0
0
Figmabi_tool~10 mins

Frame nesting in Figma - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data represents three nested frames in Figma with their widths and heights.

CellValue
A1Frame 1
A2Frame 2
A3Frame 3
B1Width: 300
B2Width: 200
B3Width: 100
C1Height: 200
C2Height: 150
C3Height: 80
Formula Trace
Total Width = Width(Frame 1) + Width(Frame 2) + Width(Frame 3)
Step 1: Width(Frame 1)
Step 2: Width(Frame 2)
Step 3: Width(Frame 3)
Step 4: 300 + 200 + 100
Cell Reference Map
    A       B           C
1 |Frame 1| Width: 300 | Height: 200
2 |Frame 2| Width: 200 | Height: 150
3 |Frame 3| Width: 100 | Height: 80

References: B1, B2, B3 for widths
The formula uses the widths from cells B1, B2, and B3 to calculate total width.
Result
    A       B           C
1 |Frame 1| Width: 300 | Height: 200
2 |Frame 2| Width: 200 | Height: 150
3 |Frame 3| Width: 100 | Height: 80
4 |Total  | Width: 600 |
The total width of nested frames is 600 pixels, shown in cell B4.
Sheet Trace Quiz - 3 Questions
Test your understanding
What is the width of Frame 2?
A200
B300
C100
D150
Key Result
Sum of widths of nested frames equals total width