0
0
Excelspreadsheet~5 mins

Table references in formulas in Excel - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a structured reference in Excel tables?
A structured reference is a special way to refer to Excel table parts by using table and column names instead of cell addresses. It makes formulas easier to read and understand.
Click to reveal answer
beginner
How do you refer to an entire column named 'Sales' in a table named 'Orders'?
Use the structured reference: Orders[Sales]. This points to all data in the 'Sales' column of the 'Orders' table.
Click to reveal answer
beginner
What does [@ColumnName] mean in a table formula?
It refers to the value in the 'ColumnName' for the current row where the formula is entered. The '@' symbol means 'this row'.
Click to reveal answer
beginner
How can you refer to the entire table data (excluding headers) in a formula?
Use the table name alone, like Orders. This includes all rows and columns of the table data.
Click to reveal answer
beginner
What is the benefit of using table references instead of regular cell references?
Table references automatically adjust when you add or remove rows. They also make formulas easier to read because they use names instead of cell addresses.
Click to reveal answer
Which symbol is used to refer to the current row in a table formula?
A#
B@
C$
D&
How do you write a formula to sum the 'Amount' column in a table named 'SalesData'?
A=SUM(SalesData[Amount])
B=SUM(Amount)
C=SUM(#Amount)
D=SUM(@Amount)
What happens to structured references when you add a new row to the table?
AThey ignore the new row
BThey break and show errors
CThey automatically include the new row
DYou must update them manually
Which of these refers to the entire table including headers and totals?
ATableName[#Totals]
BTableName[#Data]
CTableName[#Headers]
DTableName[#All]
In a formula inside a table, what does [ColumnName] without '@' mean?
ARefers to the entire column
BRefers to the current row only
CRefers to the header row
DRefers to the total row
Explain how to use structured references to refer to a specific column and the current row in an Excel table formula.
Think about how you write formulas inside tables using names instead of cell addresses.
You got /3 concepts.
    Describe the advantages of using table references in formulas compared to regular cell references.
    Consider what happens when you add or remove data in a table.
    You got /3 concepts.