CountIfs question
I am trying to write a formula that Counts the Active projects for Q1. I have a column titled Quarter and each quarter is labeled Q1, Q2, etc. My formula says =Countifs({(Sheet name Range 1)=Q1)} and I'm getting an #Unparseable error. Any suggestions?
Best Answers
-
When you're searching for a text value, you'll need to put it in quotes in your formula.
For example:
=COUNTIFS({Sheet name Range 1}, "Q1")
See the examples in the COUNTIFS Function article. If this hasn't helped, it would be useful to see a screen capture of the sheet you're referencing but please block out sensitive data.
Thanks!
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Excellent, that worked!! Thanks much!
Answers
-
Incorrect Syntax
Try this:
=COUNTIFS({Sheet name Range 1}, =Q1)
-
That didn't work... other ideas?
-
When you're searching for a text value, you'll need to put it in quotes in your formula.
For example:
=COUNTIFS({Sheet name Range 1}, "Q1")
See the examples in the COUNTIFS Function article. If this hasn't helped, it would be useful to see a screen capture of the sheet you're referencing but please block out sensitive data.
Thanks!
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Excellent, that worked!! Thanks much!
-
No problem! 🙂
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 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!