Nested If Or IsBlank + If Statement
Shelly Toy
✭✭✭
I'm trying to write a formula for the following:
1 -If GO FW is blank then "shop closed"
2 - If GO Date is different than Original GO Date then "shop open date change"
If neither 1 or 2 then nothing
Best Answer
-
Try this:
=IF([GO FW]@row = "", "Shop Closed", IF([GO DATE]@row <> [ORIGINAL GO DATE]@row, "Shop Open Date Change", ""))
Hope that helps!
Answers
-
Try this:
=IF([GO FW]@row = "", "Shop Closed", IF([GO DATE]@row <> [ORIGINAL GO DATE]@row, "Shop Open Date Change", ""))
Hope that helps!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!