0
0
Figmabi_tool~10 mins

Spacing between items in Figma - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data shows three items listed vertically in column A. Column B shows the spacing in pixels between each pair of items: 10 pixels between Item 1 and Item 2, and 10 pixels between Item 2 and Item 3.

CellValue
A1Item 1
A2Item 2
A3Item 3
B110
B210
Formula Trace
Total spacing = B1 + B2
Step 1: B1 + B2
Step 2: 10 + 10
Cell Reference Map
   A       B
1  Item 1   10
2  Item 2   10
3  Item 3   

Arrows: B1 and B2 values feed into the formula for total spacing.
Cells B1 and B2 contain spacing values between items. These two cells are added to find total spacing.
Result
   A       B       C
1  Item 1   10      
2  Item 2   10      
3  Item 3          20

Cell C3 shows the total spacing between all items as 20 pixels.
The total spacing of 20 pixels is shown in cell C3, summing the spacing between all items.
Sheet Trace Quiz - 3 Questions
Test your understanding
What does the value in cell B1 represent?
ASpacing between Item 1 and Item 2
BSpacing between Item 2 and Item 3
CTotal spacing between all items
DHeight of Item 1
Key Result
Sum spacing values between consecutive items to get total spacing.