0
0
Figmabi_tool~10 mins

Grid and column layout in Figma - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data represents the layout settings for a dashboard grid in Figma. It includes the total width, number of columns, gutter width, and a calculated column width.

CellValue
A1Dashboard Width
B11200
A2Number of Columns
B212
A3Gutter Width (px)
B320
A4Column Width (px)
B40
Formula Trace
B4 = (B1 - (B2 - 1) * B3) / B2
Step 1: (B2 - 1)
Step 2: (B2 - 1) * B3
Step 3: B1 - ((B2 - 1) * B3)
Step 4: (B1 - (B2 - 1) * B3) / B2
Cell Reference Map
    A       B
1 |Dashboard Width| 1200
2 |Number of Columns| 12
3 |Gutter Width   | 20
4 |Column Width   |  ? 

Arrows:
B1 --> B4
B2 --> B4
B3 --> B4
Cells B1, B2, and B3 provide input values for the formula in B4, which calculates the column width.
Result
    A               B
1 |Dashboard Width  | 1200
2 |Number of Columns| 12
3 |Gutter Width     | 20
4 |Column Width     | 81.67

The calculated column width is shown in B4, rounded to two decimals.
The final result in cell B4 shows the width of each column in pixels for the grid layout.
Sheet Trace Quiz - 3 Questions
Test your understanding
How many gutters are there between 12 columns?
A12
B11
C10
D13
Key Result
Column width = (Total width - (Number of columns - 1) * Gutter width) / Number of columns