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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives