ADD LAST COMPLETE DATE
I have the following columns that are linked to another smartsheet:
Citrix Status - Network Status - PC Status - Phone Status - Completion Date
When all columns have the "Complete" status, the Completion Date will register the date of last column that changed to "complete" status.
I really appreciate any help!
Rob
Best Answers
-
It should work regardles the number of sites. The automation is applied to the column.
Looks like this....
If you want to do the condition validation using a formula, you could use an auxiliar column.... with a nested IF formula like this:
=IF([Citrix Status]@row = "Complete", IF([Network Status]@row = "Complete", IF([PC Status]@row = "Complete", IF([Phone Status]@row = "Complete", 1, 0), 0), 0), 0)
Convert it to Column formula...
Still at the end you need to use the Date automation function to input the date when the Aux column changes to 1.
-
so if I create Date automation function and it will apply to each column does that mean that each site row that gets completed by the columns, the end date will populate in the Competition Date Column for that site row? Like Site1, site 2, site 3 etc?
-
Michael
Thank you very much, it worked using the Automation function :)
Answers
-
Use the Record a date automated workflow, with conditions that all four must equal completed
-
I cannot use workflow because there are 260 sites. I need to use a formula that applies to the column.
-
It should work regardles the number of sites. The automation is applied to the column.
Looks like this....
If you want to do the condition validation using a formula, you could use an auxiliar column.... with a nested IF formula like this:
=IF([Citrix Status]@row = "Complete", IF([Network Status]@row = "Complete", IF([PC Status]@row = "Complete", IF([Phone Status]@row = "Complete", 1, 0), 0), 0), 0)
Convert it to Column formula...
Still at the end you need to use the Date automation function to input the date when the Aux column changes to 1.
-
so if I create Date automation function and it will apply to each column does that mean that each site row that gets completed by the columns, the end date will populate in the Competition Date Column for that site row? Like Site1, site 2, site 3 etc?
-
Michael
Thank you very much, it worked using the Automation function :)
-
Michael
I followed the automation process
it only added the date in "Complete Date" when I changed one of the columns to "complete" manually but the other row that was linked to another smartsheet when changed to "Complete" from the other sheet, updated this one "Communication" sheet it didn't register the date in "Completion Date"
-
Michael
I did another test and the column is populated with date when the other columns are changed manually. When the column changed linked to another sheet, the Completion Date will not populate the dates.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!