View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Drop Down Total Function

Assuming your drop-down is in A1, and that your fruits are listed in
column C, you could put this in B1:

=COUNTIF(C:C,A1)

Hope this helps.

Pete

On Oct 12, 11:16*pm, kj0601 wrote:
I have created a drop down menu & would like to total the responses by fruit.
For example, i have the drop down options being:
apple
orange
banana
peach
I would like a total number of each fruit chosen. I think this is a vlookup
formula, but i am cross-eyed trying to find this simple formula!
thanks.