COUNTM / COUNTIF Confusion
Hello!
I have a cell group that contains multiple pieces of information (from a drop down in a form, allowing for more than one choice) that I want to count and add to a report, and eventually a dashboard. An example of that information is below.
What formula ia best to use to extract this information in the following manner:
Visual presentation / demonstration - Total #
Hands-on practice - Total #
etc..
The formula is confusing for me. An additional step is I am doing this in a different sheet because I cannot use the original as it's raw data. I know how to reference the other sheet, though. (Yay me?)
Answers
-
There are a couple of ways that you could do this, depending on how you want it reported out on, including Sheet Summary, which would allow you to use the raw data and not calculate on a different sheet. That being said, since you are already using another sheet, try this:
=COUNTIF({sheet reference}, "Hands-on-practice") and then repeate this for each opportunity that you want to receive a total for.
If you want to use Sheet summary within the sheet of raw data, you could use:
=COUNTIF([Content - Learning Opportunities]:[Content-Learning Opportunities], "Hands-on-practice")
Hope that helps!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!