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
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
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
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!