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!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!