What's the purpose of ISBLANK or NOT(ISBLANK
Pretty simple and quick question.
Why would I use an ISBLANK formula, instead of just adding ="" in a logical expression? Or why would I use NOT(ISBLANK instead of <>"" in a logical expression? Maybe because it's easier to interpret if ISBLANK or NOT(ISBLANK is used?
Tags:
Best Answer
-
Personal preference. Some people find it easier to read ISBLANK() or NOT(ISBLANK()) rather than = "" or <> "".
Answers
-
Personal preference. Some people find it easier to read ISBLANK() or NOT(ISBLANK()) rather than = "" or <> "".
-
Got it. Thanks!
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!