0
0
Figmabi_tool~10 mins

Creating and resizing frames in Figma - Formula Evaluation Walkthrough

Choose your learning style9 modes available
Sample Data

This data represents the original width and height of a frame in Figma, the amount to resize the frame by, and placeholders for the new dimensions after resizing.

CellValue
A1Frame Width
B1Frame Height
A2200
B2150
A3Resize Width By
B3Resize Height By
A450
B430
A5New Frame Width
B5New Frame Height
Formula Trace
New Frame Width = Frame Width + Resize Width By New Frame Height = Frame Height + Resize Height By
Step 1: Frame Width + Resize Width By
Step 2: 200 + 50
Step 3: Frame Height + Resize Height By
Step 4: 150 + 30
Cell Reference Map
    A       B
1 | Frame Width | Frame Height |
2 |    200     |     150     |
3 | Resize Width By | Resize Height By |
4 |     50     |      30     |
5 | New Frame Width | New Frame Height |

Arrows:
A2 --> A5
B2 --> B5
A4 --> A5
B4 --> B5
Cells A2 and B2 hold the original frame dimensions. Cells A4 and B4 hold the resize amounts. These feed into cells A5 and B5 which calculate the new frame size.
Result
    A       B
1 | Frame Width | Frame Height |
2 |    200     |     150     |
3 | Resize Width By | Resize Height By |
4 |     50     |      30     |
5 |    250     |     180     |
The new frame width is 250 and the new frame height is 180 after resizing by the specified amounts.
Sheet Trace Quiz - 3 Questions
Test your understanding
What is the new frame width after resizing?
A200
B250
C150
D180
Key Result
New Dimension = Original Dimension + Resize Amount