How do I choose multiple items from a drop down box?

G

Guest

I have created a list of items to choose from in a drop down box. I would
like the user to be able to choose multiple items.
 
G

Guest

Try this:

With your list in A1:A31

E1: Self-Sufficient
F1:
=COUNT(1/FREQUENCY(IF($C$2:$C$31="",IF($A$2:$A$31<>"",MATCH($A$2:$A$31,$A$2:$A$31,0))),ROW($A$2:$A$31)-ROW($A$2)+1))

E2: Dependent
F2:
=COUNT(1/FREQUENCY(IF($C$2:$C$31<>"",IF($A$2:$A$31<>"",MATCH($A$2:$A$31,$A$2:$A$31,0))),ROW($A$2:$A$31)-ROW($A$2)+1))

Using your posted data, the formulas return:
Self-Sufficient: 13
Dependent: 12

Does that help?
***********
Regards,
Ron

XL2002, WinXP
 
G

Guest

OK....this surely went to the wrong post!

I'm having another hardware problem....
There's a loose nut in front of my computer. : \

**********
Regards,
Ron

XL2002, WinXP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top