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
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!