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
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!