Counting Item that meets Criteria.

Good Evening Community. Trying to count an item that meets certain criteria. For example I am referencing two columns of the same sheet and trying to count the first column that contains Food POS and has a Projected Status of Projected Install. Below is code that has been attempted.
=COUNTIF(AND(({POS Install Status}, "Food POS") {POS Projected Install}, "Projected Installed"))
Answers
-
COUNTIF doesn't play nice with AND. Instead, try COUNTIFS (plural). This formula basically is the same logic as the "AND" you're trying to capture.
=COUNTIFS({POS Install Status},"Food POS",{POS Projected Install}, "Projected Installed")
Check this out for more information about COUNTIFS:
If this answer resolves your question, please help the Community by marking it as an accepted answer. I'd also be grateful for your response - "Insightful"or "Awesome" reactions are much appreciated. Thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.6K Get Help
- 472 Global Discussions
- 200 Use Cases
- 513 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!