Can I use COUNTIFS to count how many times criteria in two columns coincide?
This is what I have:
=COUNTIFS({Sheet - Sales Pipeline Range 4}, "1 - Prospect" , {Sheet - Sales Pipeline Range 1} , "John Michael (Mike) Munsil" })
I am in a Metrics sheet. I want to sum the number of times that my user name occurs in rows where the row also contains a cell contains "1 - Prospect".
Making mistakes is the fastest path to excellence.
Best Answers
-
Hi @John Michael (Mike) Munsil
It looks like you just have an incorrect } at the end of your formula!
The structure should be as follows:
=COUNTIFS({Range 1}, "Criteria 1", {Range 2}, "Criteria 2")
You have a } at the end, after the last criteria but before the end ). Try removing it:
=COUNTIFS({Sheet - Sales Pipeline Range 4}, "1 - Prospect" , {Sheet - Sales Pipeline Range 1} , "John Michael (Mike) Munsil")
Cheers!
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
Perfect! Thank you!
Making mistakes is the fastest path to excellence.
Answers
-
Hi @John Michael (Mike) Munsil
It looks like you just have an incorrect } at the end of your formula!
The structure should be as follows:
=COUNTIFS({Range 1}, "Criteria 1", {Range 2}, "Criteria 2")
You have a } at the end, after the last criteria but before the end ). Try removing it:
=COUNTIFS({Sheet - Sales Pipeline Range 4}, "1 - Prospect" , {Sheet - Sales Pipeline Range 1} , "John Michael (Mike) Munsil")
Cheers!
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
Perfect! Thank you!
Making mistakes is the fastest path to excellence.
-
Perfect! Thank you!
Making mistakes is the fastest path to excellence.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 285 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!