Help with a Formula

Good Morning - I'm hoping someone can help me with the following formula. I have a column which indicates if a task is - In Queue, In Progress, Completed, Late. It is set up as a drop down column type. I'm trying to write a formula that would populate this column based on the % complete and the start date. Here is what I'm trying to do -

If the % complete is 100% - then populate the Status Column - "Complete"

If the % complete is not 100% - then populate the Status Column - "In Progress:

If the % complete is equal to 0% and the start date is before today - then populate the Status Column - "Late"

If the % complete is equal to 0% and the start date is after today - then populate the Status Column - 'In Queue"

Here is what I've come up with but it's not working 😴

=IF([% Complete]46 = 1, "Complete", IF(AND[% Complete]46 = 0, [Start Date]46 >TODAY()), "In Queue", IF(AND[% Complete]46 = 0, [Start Date]46 <TODAY()), "Late", "In Progress")

Any help would be appreciated.

Thanks.

Kathy

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!