Combining IF AND NOT ISBLANK Function
Hi there,
Can anyone tell me what is wrong with my function below?
=IF(AND(ISBLANK([Date Submitted to SS]@row), ISBLANK([Date Enter/Update to RPM]@row)), "Empty", IF(AND(NOT(ISBLANK([Date Submitted to SS]@row)), ISBLANK([Date Enter/Update to RPM]@row)), "Half")),IF(AND(NOT(ISBLANK([Date Submitted to SS]@row)), NOT(ISBLANK([Date Enter/Update to RPM]@row)),"Full"))
Everything is fine up to the "Half")), but after I add in the 3rd function it become #UNPARSEABLE, I have tried moving brackets around still not working...
Thanks in advance!
Best Answers
-
Got it now by taking off the ) after "Half".
=IF(AND(ISBLANK([Date Submitted to SS]@row), ISBLANK([Date Enter/Update to RPM]@row)), "Empty", IF(AND(NOT(ISBLANK([Date Submitted to SS]@row)), ISBLANK([Date Enter/Update to RPM]@row)), "Half", IF(AND(NOT(ISBLANK([Date Submitted to SS]@row)), NOT(ISBLANK([Date Enter/Update to RPM]@row))), "Full")))
Thank you very much!
-
Awesome!. Glad to see that this fixed it.
Answers
-
I believe you have an extra ) after "Half" that needs to be taken out:
=IF(AND(ISBLANK([Date Submitted to SS]@row), ISBLANK([Date Enter/Update to RPM]@row)), "Empty", IF(AND(NOT(ISBLANK([Date Submitted to SS]@row)), ISBLANK([Date Enter/Update to RPM]@row)), "Half"),IF(AND(NOT(ISBLANK([Date Submitted to SS]@row)), NOT(ISBLANK([Date Enter/Update to RPM]@row)),"Full"))
-
Got it now by taking off the ) after "Half".
=IF(AND(ISBLANK([Date Submitted to SS]@row), ISBLANK([Date Enter/Update to RPM]@row)), "Empty", IF(AND(NOT(ISBLANK([Date Submitted to SS]@row)), ISBLANK([Date Enter/Update to RPM]@row)), "Half", IF(AND(NOT(ISBLANK([Date Submitted to SS]@row)), NOT(ISBLANK([Date Enter/Update to RPM]@row))), "Full")))
Thank you very much!
-
Awesome!. Glad to see that this fixed it.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!