Trigger "Yes, No, Hold" on item returned.

Hello, I'm still learning SS formulas, and could use some help on what is probably a very "Smartsheet 101" situation.
I have a "Item Returned" column that contains a date the item was returned, I would like the yes or no flag to come up on the next column to visually signal if it was returned. I figure a formula like =IF(blank(Item Returned)YES) is how this would start out and of course am getting an "unparseable" error.
Any help is appreciated!
Best Answer
-
Try something more like this:
=IF([Column Name]@row = "", "No", "Yes")
If the column on this row is blank, then output "No", otherwise "
Answers
-
Try something more like this:
=IF([Column Name]@row = "", "No", "Yes")
If the column on this row is blank, then output "No", otherwise "
-
Thanks Paul! That's exactly what I needed!
Help Article Resources
Categories
Check out the Formula Handbook template!