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
- 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
Check out the Formula Handbook template!