Countif function that works separately but not when I put them together.
COUNTIFS({Ops Design Pathfinder Range 1}, IFERROR(YEAR(@cell), 0) = YEAR(TODAY()), {Ops Design Support System - Resolved Range 1}, IFERROR(YEAR(@cell), 0) = YEAR(TODAY()))
I can get them to work when I break them apart but it gives me an "incorrect argument set" when I put them together
Best Answer
-
You cannot reference two separate sheets within the same function.
Are you trying to have both counts added together? If so, you would use two separate COUNTIFS and add them together.
=COUNTIFS(.......) + COUNTIFS(.......)
Answers
-
You cannot reference two separate sheets within the same function.
Are you trying to have both counts added together? If so, you would use two separate COUNTIFS and add them together.
=COUNTIFS(.......) + COUNTIFS(.......)
-
Thank you, I'll make the update
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!