COUNTIFS - Referencing two columns

Hi -
I keep getting an UNPARSEABLE error with my COUNTIFS formula. My intention is to have a summary of how many documents are pending approval from another departmentΒ -
I need to return a count for how many rows have a date included in the "Date Submitted to OMB" column,Β but are missing a date in the "Date Returned from OMB" column.
Any help is appreciated. Thank you.
Best Answer
-
Try this:
=COUNTIFS([Date Submitted to OMB]:[Date Submitted to OMB], ISDATE(@cell), [Date Returned from OMB]:[Date Returned from OMB], NOT(ISDATE(@cell)))
Answers
-
Try this:
=COUNTIFS([Date Submitted to OMB]:[Date Submitted to OMB], ISDATE(@cell), [Date Returned from OMB]:[Date Returned from OMB], NOT(ISDATE(@cell)))
-
Thank you!! This does exactly what I need it to. I appreciate the quick help.
Help Article Resources
Categories
Check out the Formula Handbook template!