0
0
Excelspreadsheet~10 mins

Column transformations in Excel - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This table shows three people with their ages and scores.

CellValue
A1Name
B1Age
C1Score
A2Alice
B223
C285
A3Bob
B330
C390
A4Charlie
B427
C478
Formula Trace
=B2*2
Step 1: B2
Step 2: 23 * 2
Cell Reference Map
    A       B       C
1 | Name  | Age   | Score
2 | Alice |  23   |  85  
3 | Bob   |  30   |  90  
4 | Charlie| 27   |  78  

Formula in D2: =B2*2 (uses B2)
The formula references cell B2 which holds the age value 23.
Result
    A       B       C       D
1 | Name  | Age   | Score | Double Age
2 | Alice |  23   |  85   | 46
3 | Bob   |  30   |  90   | 
4 | Charlie| 27   |  78   | 
The formula in D2 doubles the age from B2 and shows 46.
Sheet Trace Quiz - 3 Questions
Test your understanding
What value does the formula =B2*2 use from the sheet?
A46
B23
C85
D30
Key Result
Multiply a column value by a number to transform it (e.g., double the age).