Hello-
I am not sure if this is possible, but I would like to be able to combine the 4 formulas below
IF(AND(ISBLANK(D2)*(E2<>"")),"cleared")
IF(AND(D2<>"")*(E2<>""),"Suspended")
IF(AND(ISBLANK(D2))*(ISBLANK(E2)),"blank")
IF(AND(D2<>"")*(ISBLANK(E2)),"Suspended")
This is what my workbook...