View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Charliec Charliec is offline
external usenet poster
 
Posts: 8
Default Excel "Sumproduct" Totaling formula?

I have three columns in a spreadsheet that can contain "A", "Y", "C",
respectively. I'm trying to get a total of each column as to how many
time the A,Y, C, occurs in each column - there is a separate column
for each letter. I tried setting up the formula as follows:

=SUMPRODUCT(C2:C24="A")

But, even though I have an A in some of the cells from CD:C24, the
total still produces a 0 total.

Any suggestions on the formula is appreciated.

Thanks
Charlie
************************************************** ****
Charliec