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
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!