How to use COUNTIFS with multiple criteria?
Hello All,
What would a formula look like if I need to count the following from another sheet:
Data I am trying to capture: Number of Catalogs and Design Guides Completed in 2022
Columns I need to reference:
Project Type (column 1)
- Catalog
- Design Guide
Status (column 2)
- Completed
End Date (column 3)
- 2022
I hope this is clear, but feel free to ask for me clarity!
Thanks,
Ryan H
Best Answer
-
You would have something like this:
=COUNTIFS({Project Type Column}, OR(@cell = "Catalog", @cell = "Design Guide"), {Status Column}, @cell = "Completed", {End Date Column}, IFERROR(YEAR(@cell), 0) = 2022)
Answers
-
You would have something like this:
=COUNTIFS({Project Type Column}, OR(@cell = "Catalog", @cell = "Design Guide"), {Status Column}, @cell = "Completed", {End Date Column}, IFERROR(YEAR(@cell), 0) = 2022)
-
-
@Ryan Holguin How about $100,000,000,000.00? 🤣
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!