Thread: Excell Formula
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary L Brown Gary L Brown is offline
external usenet poster
 
Posts: 219
Default Excell Formula

Take a look at the CountIf function.
Ex: =COUNTIF(A:A,"Y")
HTH,
--
Gary Brown

If this post was helpful, please click the ''Yes'' button next to ''Was this
Post Helpfull to you?''.


"Riece" wrote:

I am trying to set up a spreadsheet that tallies for every "Y" is a "1" and
every "N" is a "0".