I need help with a count formula
Hi All,
I need help with a Count formula.
I columns that have a 3 option dropdown and I want to report on the number for each using a formula (Countif /s or any other formula).
I am happy to setup 3 separate formulas for each of the 3 options, so don't need anything fancy. Just need help creating a formula that counts the number of each type of options separately.
This is what I currently have tried:
=COUNTIF([Biodiversity Exemption Status]1:[Biodiversity Exemption Status]82, CONTAINS("1 - Full Exemption in place")")
=COUNTIFS([Biodiversity Exemption Status]1:[Biodiversity Exemption Status]82, CONTAINS("1 - Full Exemption in place")")
=COUNTIF([Biodiversity Exemption Status]1:[Biodiversity Exemption Status]82, FIND("1 - Full Exemption in place")")
None of these work. Can anyone assist me?
Thanks
Kris
Best Answer
-
Try this...
=COUNTIFS([Biodiversity Exemption Status]1:[Biodiversity Exemption Status]82, CONTAINS("1 - Full Exemption in place", @cell))
Answers
-
Try this...
=COUNTIFS([Biodiversity Exemption Status]1:[Biodiversity Exemption Status]82, CONTAINS("1 - Full Exemption in place", @cell))
-
Hi Paul,
Thank you for this - it isn't working though. I copied and pasted with SUCCESS :)
Thank you so much!
Kris
-
It isn't working or Success?
-
Apologies Paul - it is working like a dream - thank you!
-
Great. Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!