Count if with 3 criteria
Hi All,
=COUNTIFS({SGS NPI Tracker Range 1}, "Tooling", {SGS NPI Tracker Range 2}, "Not Started", {SGS NPI Tracker Range 4}, [Material #]@row)
This is not pulling in a count with the three criteria:
Tooling
Not Started
And referring back to the Material # in the first column of the same sheet.
Any insight
Best Answer
-
If I'm reading this correct, you are counting Material numbers. If correct, the range to count needs to come first in the formula...
=COUNTIFS({SGS NPI Tracker Range 4}, [Material #]@row, {SGS NPI Tracker Range 1}, "Tooling", {SGS NPI Tracker Range 2}, "Not Started")
Answers
-
See above.
-
If I'm reading this correct, you are counting Material numbers. If correct, the range to count needs to come first in the formula...
=COUNTIFS({SGS NPI Tracker Range 4}, [Material #]@row, {SGS NPI Tracker Range 1}, "Tooling", {SGS NPI Tracker Range 2}, "Not Started")
-
This totally answers the issue. Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!