Can someone help me with this formula?
Best Answer
-
Assuming that you directly copy-pasted your formula, I believe it to be a simple misplaced parenthesis. Currently your [, "True", "False"] is inside the AND function. To resolve, remove your last parenthesis and add one before the comma before "True".
=IF(AND(ISBLANK([Document Number]@row), ([DL Status]@row)="Ready for Review" ) , "True", "False"
))-Alex
Answers
-
Assuming that you directly copy-pasted your formula, I believe it to be a simple misplaced parenthesis. Currently your [, "True", "False"] is inside the AND function. To resolve, remove your last parenthesis and add one before the comma before "True".
=IF(AND(ISBLANK([Document Number]@row), ([DL Status]@row)="Ready for Review" ) , "True", "False"
))-Alex
-
Awesome. Thank you!
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!