I am trying to get a singular text result depending on what date fields have been entered. I can get each one to work separately with the IF(AND statement but I can’t get all three to work as one formula?
Here are the three formulas I have so far:
IF(AND({To Underwriting},{Resubmitted}),“Resubmitted”,“Submitted”)
IF(AND({To Underwriting},{Initial Approval}),“Approved”)
IF(AND({To Underwriting},{Clear to Close}),“Clear to Close”)
Thank you in advance!

