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!