Show next task from To-Do list on in a cell in another sheet
I created a simple to-do list in Smartsheet. We have another sheet, call it sheet 2, where I would like to place the value of the next to-do that has not been marked as completed and for it to update sheet 2 when that to-do has been completed and move to the next value on the sheet. Essentially, I'm using the to-do list as a Next Step, so Sheet 2 would display the value as a next step. Thank you!
Answers
-
Hi @charlotte_s
You could use an INDEX COLLECT function to display the value of the Name column for the first row where the Complete column is unchecked. Like this:
=INDEX(COLLECT(Name:Name, Complete:Complete, @cell = 0), 1)
For this to work on sheet 2, you will need to replace the column names (shown in bold) with cross sheet references. Are you OK to do that part? The formula will end up looking like this (which whatever names you chose):
=INDEX(COLLECT({To Do Name}, {To Do Complete}, @cell = 0), 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 61 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!