Drop down menus

S

sk1951

is there any way to use functions (lookup, count if, etc) based on the
value in a drop down menu?
 
P

Paul B

sk1951, with what you want to count in a drop down in A1 and the range you
want to count in B1:B10

=COUNTIF(B1:B10,A1)
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003
 
Top