0
0
Excelspreadsheet~10 mins

Why advanced charts tell better stories in Excel - Formula Trace Breakdown

Choose your learning style9 modes available
Sample Data

Monthly sales and profit data for four months.

CellValue
A1Month
B1Sales
C1Profit
A2Jan
B21000
C2200
A3Feb
B31500
C3300
A4Mar
B41200
C4250
A5Apr
B51700
C5400
Formula Trace
=B2/B3
Step 1: B2
Step 2: B3
Step 3: 1000 / 1500
Cell Reference Map
     A       B       C
  +-------+-------+-------+
1 | Month | Sales | Profit|
  +-------+-------+-------+
2 |  Jan  | 1000  |  200  |
  +-------+-------+-------+
3 |  Feb  | 1500  |  300  |
  +-------+-------+-------+

Arrows: B2 --> formula, B3 --> formula
Formula divides sales of January (B2) by sales of February (B3) to compare sales performance.
Result
     A       B       C       D
  +-------+-------+-------+---------+
1 | Month | Sales | Profit| Ratio   |
  +-------+-------+-------+---------+
2 |  Jan  | 1000  |  200  | 0.6667  |
  +-------+-------+-------+---------+
3 |  Feb  | 1500  |  300  |         |
  +-------+-------+-------+---------+
The formula result 0.6667 in cell D2 shows January sales are about 66.67% of February sales, helping tell a clearer story about sales trends.
Sheet Trace Quiz - 3 Questions
Test your understanding
What does the formula =B2/B3 calculate?
AThe ratio of January sales to February sales
BThe sum of January and February sales
CThe difference between January and February sales
DThe profit margin for January
Key Result
Division formulas compare values by dividing one cell by another to show ratios.