Automation involving 2 rows
I have a sheet with a list of tasks that need to be done.
Example:
row1, checkbox, task name, who, start date, finish date
row2, checkbox, task name, who, start date, finish date
I would like to have the checkbox in row1 to trigger an alert to the who in row 2. Can someone share if this is possible and if so how should I go about doing it?
Thanks in advance!
Tags:
Best Answer
-
Create 3 helper columns:
- Line ID(Should be a system auto-number)
- Row Number (column formula: =MATCH([Line ID]@row, [Line ID]:[Line ID], 0)
- Previous Row Checked (column formula: =IF([Row Number]@row <> 1, INDEX(checkbox:checkbox, SUM([Row Number]@row) - 1))
Run your automation on the Previous Row Checked Column.
Answers
-
Create 3 helper columns:
- Line ID(Should be a system auto-number)
- Row Number (column formula: =MATCH([Line ID]@row, [Line ID]:[Line ID], 0)
- Previous Row Checked (column formula: =IF([Row Number]@row <> 1, INDEX(checkbox:checkbox, SUM([Row Number]@row) - 1))
Run your automation on the Previous Row Checked Column.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives