Formula Help: Show Status looking left to right, of what milestone cells show

Have a HUGE team smartsheet that several departments update other sheets and feed to this one. Want to have a status column based on the condition of milestone cells (will skip some minor ones) to show where we are as a team. So only one status should show. Thanks in advance!

This is what I have so far:

=IF([Date Approved]@row = "", "Not Selected", "Selected", IF([Date Sent]@row="", "Sent", IF([Status]@row NOT([Status]@row = "Fully Executed"), "Pending", IF([Budget Status]@row NOT([Budget Status]@row = "Fully Executed"), "Pending Budget", IF([Contract Finalized]@row ="", "w/ Legal", IF([Reg]@row ="","Reg", IF([Approval]@row =""," Waiting on Approval", IF([Kits]@row ="", "Need to send Kits", IF([Binder]@row ="", "Need to send Binder", IF([Training and Access]@row NOT([Training and Access]@row = "Yes"), "Pending Training", IF([Attended]@row NOT([Attended]@row = "Yes"), "Pending", IF([Scheduled Date]@row NOT([Scheduled Date]@row = "" OR("NA")), "Pending", IF([Activation Date]@row ="", "Pending Activation Date", "Activated")))))))))))))

Tags:

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!