Back to Blog
Blog post image

Using Excel Tables to transform the way you model

Published
Oct 15, 2023 10:28:02 AM

Discover the benefits of using Excel Tables in your models

Microsoft has been busy releasing lots of new and powerful functionality into Excel recently. The rate of change is pretty mind blowing. It's very easy to be distracted and overwhelmed by all this new shiny stuff.

For most modellers however it is much more important to focus on your core skills and ensure that you master them.

In this article I am going to focus on Excel Tables which is remarkably underused despite being part of Excel since 2007.

What are Excel Tables?

Excel Tables, are a tool for defining your worksheet data as a named object that can be referenced directly by formulae, charts, Pivot Tables and PowerQuery. Excel Tables represent a move away from cell based referencing (ie = A1) towards a more database style of referencing.

Using Excel Tables will transform the way that you model and result in better structured, clearer, less risky models.

To put it simply, Excel Tables are a complete game-changer. If you only have time to learn one new thing in Excel, learn Excel Tables.

Here are my top five reasons for using Excel Tables in your modelling.

1. Simple, clear and consistent formulae

In modelling we strive for simple, clear and consistent formulae. This is a common thread among all Best Practice Standards.

Excel Tables use structured reference formulae which refer into the table name and field name rather than a range of cells.

This formula    =F2 * J2

becomes this   =[@Quantity] * [@Price]

and this formula   =SUMIFS(Data!$J$2:$J$5001,Data!$E$2:$E$5001,$B4,Data!$I$2:$I$5001,C$3)

becomes this   =SUMIFS(tbl_Data[Value],tbl_Data[Product],$B4,tbl_Data[Location],C$3)

Hopefully you agree that the formulae using structured referencing are much simpler and clearer and therefore easier to understand.

Furthermore the formula that you enter into a column in an Excel Table is automatically copied down the whole column. When new data is added at the bottom of an Excel Table the formulae automatically extend. This means that all of the formulae in your table are by default consistent and therefore anyone reviewing your model just needs to review one formula in the whole column.

 

2. Remove the need for future proofing your formulae

Ever found yourself future proofing the formulae in your model? Selecting a much wider range than you need, even a whole column? Building formulae down empty rows just in case your data gets bigger?

I certainly used to do it. And I still come across Excel models with this formulae latency built in on a regular basis.

As we have seen above using structured reference formulae over Excel Tables means that we are referencing the table and the field name within the table. This means that if a table grows or shrinks the formulae automatically react to the change.

Excel Tables therefore completely remove the need for this "formula fudging".

3. A safer source for Pivot Tables

When you first create a Pivot Table Excel takes a snap shot of the data and holds it in cache memory, it also holds the range of data that you first selected (eg: A1:G5000).

An issue that users often experience is that when they add new data to their original data, either in rows or columns, the Pivot Table doesn't pick up this new data. Even after a refresh of the cache.

When you base a Pivot Table on an Excel Table this issue is instantly resolved. The Pivot Table references the Excel Table which expands automatically when new data is added. No more time spent editing the Data Source.

4. Seamless integration with PowerQuery

PowerQuery loves an Excel Table. Excel Tables are a core source for the Get Data stage and make the handling of data brought through into the Transform stage much more straightforward.

The default Load To option for PowerQuery is to an Excel Table. It's almost like Microsoft want us to use this amazing piece of functionality that no one knows about!

5. Six other reasons to use Excel Tables

And finally six other quick wins when using Excel Tables:

  • Sorting and filtering is built in
  • Column headers are always visible (like a freeze pane)
  • Add a total row with a click of the button
  • Remove duplicates with ease
  • You can use slicers on Excel Tables for even easier filtering
  • Excel tables come with a wide range of preset formats to select from

 

The Excel Fundamentals Bootcamp

Maven_Course_Thumbnail_Dark_Blue-1

If you would like to learn more about these fundamental Excel skills then join me at my Excel Fundamentals Bootcamp.

Over five two hour sessions I will cover all of these core modelling skills:

  • Core Excel functions
  • Excel Tables
  • Pivot Tables and Charts
  • Best Practice Modelling
  • Handy tips and tricks

Find our more about my Excel Fundmanetals Bootcamp here.

 

Take our free 30-question skills assessment

See where you stand with your Excel, financial modelling, data visualisation & analytics, and modelling tech skills

Take Free Skills Assessment