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 information? 👀 | 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 information? 👀 | 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
- 67K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!