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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!