Problem Statement:
I have a sheet that was used in a form with multiple drop down selections and need to discover how to calculate total selected by category.
Need to count how many times apples was selected.
Example of column sheet:
Column Choices: apples, grapes, oranges, other
I have tried using the COUNTM formula and I keep getting an error. Here is the current formula being used:
=countm(reference other sheet), [apples])
What is wrong with my formula and how can I adjust to make it work? Thanks