Hi Smartsheet Community,
I'm authoring a production schedule and one of the columns automatically populates status (complete, in progress, not started) based on a formula.
For a specific row, I need it to display "In Progress" if the start date is within the next 5 days.
Is this the correct formula for this?
=IF([Start Date]34 < TODAY(+5), "In Progress", "Not Started")
Note: I've simplied this formula as if there were no other "IF" statements for example purposes.
I'm having an incredibly hard time wrapping my head around this-- I've never been good with dates! Let me know if you have any tips.
Cheers,
Emi