Formula for STATUS column

I'm hoping someone can help me with a formula for my 'STATUS' column on my smartsheet.
- First off - Iβd like to have all new items received in this sheet default to the status βPending Approvalβ in the STATUS column.
- After they are routed and they receive approval from all 4 managers (Level 1, Level 2, Level 3 , Level 4) the status column should change to βApproved/Pending Schedulingβ
- If any of the Level 1-Level 4 managers decline the request the status would change to βDeclinedβ
- After all 4 levels have approved, the item will be routed to a scheduler (I will set that up through the automated workflow).
- Once the column βScheduling Complete/Added to Schedule?β is changed to βScheduledβ β Iβd like that STATUS column to update to βScheduledβ
Thank you in advance for any help you can offer!
Best Answer
-
Try something like this...
=IF([Scheduling Complete/Added to Schedule?]@row = "Scheduled", "Scheduled", IF(COUNTIFS([First Approval Column]@row:[Last Approval Column]@row) = 4, "Approved", "Approved", IF(CONTAINS("Declined", [First Approval Column]@row:[Last Approval Column]@row), "Declined", "Pending Approval")))
Answers
-
Try something like this...
=IF([Scheduling Complete/Added to Schedule?]@row = "Scheduled", "Scheduled", IF(COUNTIFS([First Approval Column]@row:[Last Approval Column]@row) = 4, "Approved", "Approved", IF(CONTAINS("Declined", [First Approval Column]@row:[Last Approval Column]@row), "Declined", "Pending Approval")))
-
This worked perfectly, thank you so much Paul! You're amazing!
I just posted a new question separately - any chance you can help? :) Thanks!
Jason
-
Happy to help! ποΈ
I'd be happy to take a look. Can you post a link to it?
Help Article Resources
Categories
Check out the Formula Handbook template!