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
- Customer Resources
- 67.3K Get Help
- 462 Global Discussions
- 156 Industry Talk
- 506 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 517 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!