Forum Discussion
Clawrence635
Nov 29, 2022Copper Contributor
Data Validation
I created a drop down list. However, I would like to tally the selections of each item. How can I achieve this?
Patrick2788
Nov 29, 2022Silver Contributor
You could base the data validation choices off a named range. Then run a COUNTIF off the named range to obtain the tallies.
Sample attached-
Clawrence635
Nov 30, 2022Copper Contributor
Thanks! How do I do the COUNTIF?
- Patrick2788Nov 30, 2022Silver ContributorPlease check the workbook for a sample.