Using COUNTIF Formula
Hello,
I am trying to calculate the number of times a certain type of request come through on a form in instances where multiple options can appear in the one cell. I've tried manipulating the formula several ways, but it still is not calculating correctly. Can you help me figure out what I'm doing wrong? The 2 formulas that seem to get me closest to what I'm attempting are:
=COUNTIF({TEST Talent Intelligence Request Form Range 2}, CONTAINS("Market Summary", [Primary Column]@row)) - I'm doing this calc on another sheet
OR
=COUNTIF([What elements would you like included?]:[What elements would you like included?], "Market Summary") - I'm doing this calc on the sheet summary page
Neither of these options is calculating correctly. What am I doing wrong? The data lives in the second screenshot and the end user has the ability to select one or more of 4 options on the form, so I want to be able to count the instances for when each of the 4 options are selected and submitted with the form.
Best Answer
-
Try this:
=COUNTIFS({TEST Talent Intelligence Request Form Range 2}, HAS(@cell, [Primary Column]@row))
Answers
-
Try this:
=COUNTIFS({TEST Talent Intelligence Request Form Range 2}, HAS(@cell, [Primary Column]@row))
-
That worked, thank you!
-
Happy to help. 👍️
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!