0
0
Figmabi_tool~10 mins

Design sprint workflow in Figma - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This table shows the 5-day design sprint workflow steps with their activities and goals.

CellValue
A1Day
B1Activity
C1Goal
A21
B2Understand & Map
C2Define problem and set long-term goal
A32
B3Sketch
C3Generate solutions and ideas
A43
B4Decide
C4Choose best ideas to prototype
A54
B5Prototype
C5Build a realistic prototype
A65
B6Test
C6Get user feedback and learn
Formula Trace
COUNTIF(B2:B6, "Prototype")
Step 1: Check each cell in B2:B6 if value equals "Prototype"
Step 2: Count TRUE values from step 1
Cell Reference Map
    A       B               C
1 | Day | Activity       | Goal
2 | 1   | Understand & Map | Define problem and set long-term goal
3 | 2   | Sketch         | Generate solutions and ideas
4 | 3   | Decide         | Choose best ideas to prototype
5 | 4   | Prototype      | Build a realistic prototype
6 | 5   | Test           | Get user feedback and learn

Formula references cells B2 to B6 highlighted:
The formula looks at the Activity column from row 2 to 6 to count how many times 'Prototype' appears.
Result
    A       B               C
1 | Day | Activity       | Goal
2 | 1   | Understand & Map | Define problem and set long-term goal
3 | 2   | Sketch         | Generate solutions and ideas
4 | 3   | Decide         | Choose best ideas to prototype
5 | 4   | Prototype      | Build a realistic prototype
6 | 5   | Test           | Get user feedback and learn

Result in cell D1: 1
The formula result is 1 because 'Prototype' appears once in the Activity column.
Sheet Trace Quiz - 3 Questions
Test your understanding
How many times does the word 'Prototype' appear in the Activity column?
A2
B1
C3
D0
Key Result
COUNTIF(range, criteria) counts how many cells in the range meet the criteria.