Count answers in a drop down

11blue11

New Member
Joined
Oct 8, 2020
Messages
1
Office Version
  1. 2016
Platform
  1. Windows
Hello,

I have a row that that I am trying to count totals if there was an answer from the drop down. I only want a count if there was an answer to drop down, there are 5 options to select from the drop down.

It is a corporate T-Shirt order form, they can order up to 5 shirts with multiple sizes available (XS, S, M, L, XL, 2XL, 3XL). I want to count how many total each person orders and then a master order page that says I need X=XS, X=S etc.
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Excel Formula:
=COUNTIF(range, criteria)
should be usable to solve both of those queries.
 
Upvote 0

Forum statistics

Threads
1,215,868
Messages
6,127,413
Members
449,382
Latest member
DonnaRisso

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