I think this is a pretty simple one for any experts out there but I can't seem to figure out what I'm doing wrong...
=IF(AND("TODAY()>(E2)","=<wbr style="font-family: arial, sans-serif; font-size: small;">ISBLANK(J2)"),"OVERDUE","ON TARGET")
Or in English (I think!) = If the date in Cell E2 is before today's date AND Cell J2 is blank, then the current cell should say OVERDUE, otherwise it should say ON TARGET.
Am I close or is this completely off? Any help would be greatly appreciated!
=IF(AND("TODAY()>(E2)","=<wbr style="font-family: arial, sans-serif; font-size: small;">ISBLANK(J2)"),"OVERDUE","ON TARGET")
Or in English (I think!) = If the date in Cell E2 is before today's date AND Cell J2 is blank, then the current cell should say OVERDUE, otherwise it should say ON TARGET.
Am I close or is this completely off? Any help would be greatly appreciated!