Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Building the Sales Dataset | Data Foundations and Excel Essentials
Excel Formulas

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:

Step 1 Create the Revenue Column
expand arrow

Move to the first empty column on the right side of the table and create a new column named:

Revenue
Step 2 Create Your First Formula
expand arrow

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.

Step 3 Replace the Formula with a Structured Reference
expand arrow

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.

Step 4 Test the Table Behavior
expand arrow

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.
Step 5 Prepare for the Next Chapter
expand arrow

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?

question mark

What triggers Excel to treat a cell as a formula?

Select the correct answer

question mark

Why does the Revenue formula automatically fill down the column?

Select the correct answer

Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 1. Chapter 1

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

Section 1. Chapter 1
some-alt