how to count how many times a particular value is appeared from dropdown over a range

manasaMS
✭✭✭
Hello,
For eg: In the picture, we see that column4 has four values in the dropdown (orange, apple, pear, banana). I want to count how many times "orange " has appeared in the column4. Thanks
Best Answer
-
=COUNTIFS([Column4]:[Column4], HAS(@cell, "orange"))
Answers
-
=COUNTIFS([Column4]:[Column4], HAS(@cell, "orange"))
-
@manasaMS It looks like you may have marked @Leibel Shuchat's response as not working. Are you getting an error?
-
@Leibel S,
Thank you so much.
-
Hi Paul,
The formula is working. I might have marked it as Not working by mistake. Could you tell me how to unmark it. Thanks
-
@manasaMS Looks like you got it flagged as the correct response. 👍️