Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
I am having a hard time putting together the formula for my Health Column- RYGB Ball. I need the formula to be the following. Any chance some one could help put this formula together for me? Thanks
=IF(Status@row = "Not Started", "", IF(AND(Status@row = "In Process", [Due Date]@row <= TODAY()), "Yellow", IF(AND(Status@row = "In Process", [Due Date]@row > TODAY()), "Green", IF(Status@row = "Complete", "Blue"))))
Out of curiosity... Were you wanting to do anything with the "Red"?
Thank you Paul for this formula. This is great!!!! You saved me so much time from trying to figure this out. I need to be able to select Red manually for the milestone plan that I am working on. I tested it out and see that I can override the formula where I need to.
The only downside to manually selecting "Red" is that it will erase the formula. It's as simple as Copy/Paste to get it back in there, but I'm an automation junkie. I like to be able to input as little as possible and let the sheet do the rest. Haha
Glad I could help though.
Maybe your right and I should add an At Risk status so I can keep it automated. I updated the formula to include Red and it worked. Thanks again
=IF(Status@row = "Not Started", "", IF(AND(Status@row = "In Process", [Due Date]@row <= TODAY()), "Yellow", IF(AND(Status@row = "In Process", [Due Date]@row > TODAY()), "Green", IF(Status@row = "Complete", "Blue", IF(Status@row = "At Risk", "Red")))))
I am trying to create a sheet summary, where the field is a formula that relies on a contact card within a column. However, it keeps returning a result of "#NO MATCH". The columns involved are, 1:) Priority (symbol column) for Up, Unchanged, and Down, and 2:) Contact Card column. I am trying to get a sheet summary formula…
Hello, I have a workflow where, when a team member checks a checkbox, Smartsheet automatically sends an email to themselves containing merge fields that are used as a customer email draft. The challenge is that this activity typically happens on a deadline day, and a team member may need to generate 30 or more of these…
Hi all, reaching out to see if of you have ideas; I'm hoping this makes sense: I'm having some trouble getting my formulas to pull data in correctly. I currently have a sheet (primary data) where I have data in rows where each row is a single project, with columns identifying persons, $ values, unique project identifier,…