0
0
Figmabi_tool~10 mins

Browser-based vs desktop app in Figma - Formula Comparison Trace

Choose your learning style9 modes available
Sample Data

This data shows the load time in seconds for two types of apps: browser-based and desktop app.

CellValue
A1App Type
B1Load Time (seconds)
A2Browser-based
B25
A3Desktop app
B32
Formula Trace
=B2 - B3
Step 1: B2 - B3
Step 2: 5 - 2
Cell Reference Map
    A           B
1 | App Type   | Load Time |
2 | Browser-based | 5       |
3 | Desktop app   | 2       |

References: B2 and B3 are used in the formula.
The formula subtracts the load time in cell B3 (Desktop app) from B2 (Browser-based).
Result
    A           B           C
1 | App Type   | Load Time | Difference
2 | Browser-based | 5       | 3
3 | Desktop app   | 2       | 

Cell C2 shows the difference in load time between the two app types.
The result 3 in cell C2 means the browser-based app takes 3 seconds longer to load than the desktop app.
Sheet Trace Quiz - 3 Questions
Test your understanding
What does the formula =B2 - B3 calculate?
AThe total load time of both apps
BThe difference in load time between browser-based and desktop apps
CThe load time of the desktop app only
DThe load time of the browser-based app only
Key Result
Subtract one cell value from another to find the difference between two measures.