Keep count of what is selected in drop down list

JustinG

New Member
Joined
Feb 25, 2022
Messages
2
Office Version
  1. 2019
Platform
  1. Windows
Hello everyone, I hope you can help. I am by no means excellent in Excel but I am working on a side project.

My goal is to keep a running count of how many times a selection is made from a drop down list.
The drop down list will have Yes or No and depending on what is selected it will add a 1 to the count column next to what was selected

ex.
User 1 picks No, a 1 will show in D3
User 2 picks No, a 2 will show in D3
and so forth

1645771780271.png


At this point I am not sure what function to use.

Thank you for taking a look.
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Worksheet function can not, but VBA code.
Tell me if you are ready for VBA solution.
 
Upvote 0
Worksheet function can not, but VBA code.
Tell me if you are ready for VBA solution.
Thank you for the reply, I think VBA is a little out of my knowledge zone and would hate to waste your time. I will do some research and see if I can find another way to go about my work. Or learn about VBA. Feel free to leave a solution, If I figure out VBA I will surely use it. Id understand if you don't though. Thanks again.
 
Upvote 0
Worksheet function can not save the history. It always return current data from a cell.
But in VBA, there is worksheet_change even, it can fire any change in a range.
 
Upvote 0

Forum statistics

Threads
1,214,954
Messages
6,122,462
Members
449,085
Latest member
ExcelError

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top