0
0
Figmabi_tool~10 mins

Batch operations and selection in Figma - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This table shows reports with their current status. We want to select multiple pending reports to update their status at once.

CellValue
A1Item
B1Status
A2Report1
B2Pending
A3Report2
B3Pending
A4Report3
B4Completed
A5Report4
B5Pending
Formula Trace
Batch update status to 'Completed' for selected items where Status = 'Pending'
Step 1: Identify rows where Status = 'Pending'
Step 2: Select rows 2, 3, 5 for batch operation
Step 3: Update Status of selected rows to 'Completed'
Step 4: Final table after batch update
Cell Reference Map
    A        B
1 | Item   | Status   |
2 | Report1| Pending  | <-- selected
3 | Report2| Pending  | <-- selected
4 | Report3| Completed|
5 | Report4| Pending  | <-- selected
Rows 2, 3, and 5 are selected because their Status is 'Pending'. These cells feed into the batch update operation.
Result
    A        B
1 | Item   | Status   |
2 | Report1| Completed|
3 | Report2| Completed|
4 | Report3| Completed|
5 | Report4| Completed|
After batch operation, all selected reports have their Status changed to 'Completed'.
Sheet Trace Quiz - 3 Questions
Test your understanding
Which rows are selected for the batch update?
ARows 1, 4, and 5
BRows 2, 3, and 5
CRows 3 and 4 only
DAll rows
Key Result
Select rows where condition is true, then apply batch update to selected rows