Sample Data
A simple task list showing tasks and their status before automation.
| Cell | Value |
|---|---|
| A1 | Task |
| B1 | Status |
| A2 | Send emails |
| B2 | Pending |
| A3 | Update report |
| B3 | Pending |
| A4 | Calculate totals |
| B4 | Pending |
A simple task list showing tasks and their status before automation.
| Cell | Value |
|---|---|
| A1 | Task |
| B1 | Status |
| A2 | Send emails |
| B2 | Pending |
| A3 | Update report |
| B3 | Pending |
| A4 | Calculate totals |
| B4 | Pending |
IF(B2="Pending", "Send reminder", "Done")A B 1 | Task | Status | 2 | Send emails| Pending | <-- referenced by formula 3 | Update report| Pending | 4 | Calculate totals| Pending |
A B C 1 | Task | Status | Reminder | 2 | Send emails| Pending | Send reminder| 3 | Update report| Pending | | 4 | Calculate totals| Pending | |