Building the Sales Dataset
Swipe to show menu
The Sales_Data sheet will be used throughout the entire course, so let's start by creating the first calculated column inside the dataset.
Download the workbook and open:
Move to the first empty column on the right side of the table and create a new column named:
Revenue
Inside the first Revenue cell, type:
=G2 * 50
G2→ units value;50→ fixed product price;*→ multiplication operator.
Every formula in Excel starts with:
=
Press Enter.
Because the dataset is formatted as an Excel Table, Excel automatically fills the formula down the entire column.
Replace the formula with:
=[@Units] * 50
[@Units] → units value from the current row.
Structured references are designed specifically for Excel Tables and make formulas easier to read and maintain.
Add several new rows below the table and enter sample data.
Notice that:
- The table expands automatically;
- The Revenue formula is applied automatically to new rows.
Clear the Revenue column values before moving forward.
1. What triggers Excel to treat a cell as a formula?
2. Why does the Revenue formula automatically fill down the column?
Thanks for your feedback!
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat