Formula Formatting Question
Please forgive the newbie question but I am trying to get a count of services performed across columns from two sheets with a specific criteria:
- Current Tracker
- Tracker Archive
The formula I am using returns INCORRECT ARGUMENT SET
COUNTIFS({Request Tracker Range 1}, "Edit Seat", {Request Tracker Archive Range 2}, "Edit Seat")
I am sure that I am not bracketing the argument correctly but all my attempts at variation return the same error.
Any hints are appreciated.
Best Answer
-
The syntax is correct. The issue is that the ranges are not the same size on the same sheet. What you will need to do is use two separate COUNTIFS and add them together.
=COUNTIFS({Request Tracker Range 1}, "Edit Seat") + COUNTIFS({Request Tracker Archive Range 2}, "Edit Seat")
Answers
-
The syntax is correct. The issue is that the ranges are not the same size on the same sheet. What you will need to do is use two separate COUNTIFS and add them together.
=COUNTIFS({Request Tracker Range 1}, "Edit Seat") + COUNTIFS({Request Tracker Archive Range 2}, "Edit Seat")
-
That was it. Thank you so much!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 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!