View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Adding up a column

=COUNTIF(A1:B20,"Y")*33
Adjust the range reference to suit.
--
David Biddulph

"Ronda" wrote in message
...
I have a couple of columns on my spreadsheet that have a "Y" or "N" answer.
I need to add up the number of "Y"s and multiply it by 33. What would be
the
formula to this?