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.4K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 464 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!