Tally Drop Down - NOT in a range - specific cells

ahstigers

New Member
Joined
Sep 13, 2017
Messages
2
I have a dropdown menu that I would like to keep a tally of - but I do not want a range - rather just specific cells. For example, I would not want C4:C15 - I would want the specific cells C4, C6, C8, etc. Is this possible? Any help is greatly appreciated!!!!
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Select the desired Cell using CTRL.
Name the Range using the Name Box.
Then Sum(NamedRange)
otherwise you use SUM(C4, C6, C8)
 
Upvote 0
Select the desired Cell using CTRL.
Name the Range using the Name Box.
Then Sum(NamedRange)
otherwise you use SUM(C4, C6, C8)

That does not do what I am wanting to do. I don't need the cells added, I need different drop-downs tallied. There multiple options in each cell available via a dropdown - So, for cell C1, C3, C5 (etc), I would need to know the totals of which dropdown is selected. To do this, I had to use the countif function, but that only allows a range.
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,262
Members
449,075
Latest member
staticfluids

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