Auto-Update Status Based on Start and Finish Dates Without Helper Column

Best Answer
-
Hi @Cam G38,
We can do this by updating the formula that you currently have. Instead of the "1" and the "0" in the formula, we can replace that to "In Progress" and "Not In Progress".
=IF(AND(TODAY() >= Start@row, TODAY() <= Finish@row), "In Progress", "Not In Progress")
This will perform the calculation and set the text directly in that column.
Best!
Nathan Braun (Founder of SSFeatures) (nathan@ssfeatures.com) (LinkedIn)
SSFeatures makes Smartsheet way easier to use and it saves you hours of work every week. It adds essential features into Smartsheet to save you time. For example: โ Auto Sorting โ Sorting with Filters โ Report PDF Generation โ Copy and Paste Conditional Formats โ Copy and Paste Automation Workflows โ Column Manager โ and so many more.
Answers
-
Hi! I reopen this ticket because I can't make it work.
This is a PTO tracker.
I would like to have the status automatically updated to 'In progress' when the current date is on and between the start and finish dates.
I can't make a formula working to achieve this.
Any support?
26/05/25 update:
Right now I succeeded to add a column 'status calculation' where it input 1 or 0 and then an automated rule to defined on 'in progress' if 'status calculation' = 1 so 'status' column goes to 'in progress '
I used this formula:
=IF(AND(TODAY() >= Start@row, TODAY() <= Finish@row), 1, 0)
But i would like direct update of the status base don start and finish date without any additional column or calculation.
Regards,
-
Hi @Cam G38,
We can do this by updating the formula that you currently have. Instead of the "1" and the "0" in the formula, we can replace that to "In Progress" and "Not In Progress".
=IF(AND(TODAY() >= Start@row, TODAY() <= Finish@row), "In Progress", "Not In Progress")
This will perform the calculation and set the text directly in that column.
Best!
Nathan Braun (Founder of SSFeatures) (nathan@ssfeatures.com) (LinkedIn)
SSFeatures makes Smartsheet way easier to use and it saves you hours of work every week. It adds essential features into Smartsheet to save you time. For example: โ Auto Sorting โ Sorting with Filters โ Report PDF Generation โ Copy and Paste Conditional Formats โ Copy and Paste Automation Workflows โ Column Manager โ and so many more.
-
hi
it works
thank you
-
No problem!
Nathan Braun (Founder of SSFeatures) (nathan@ssfeatures.com) (LinkedIn)
SSFeatures makes Smartsheet way easier to use and it saves you hours of work every week. It adds essential features into Smartsheet to save you time. For example: โ Auto Sorting โ Sorting with Filters โ Report PDF Generation โ Copy and Paste Conditional Formats โ Copy and Paste Automation Workflows โ Column Manager โ and so many more.
Help Article Resources
Categories
Check out the Formula Handbook template!