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
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!