View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Kevin B Kevin B is offline
external usenet poster
 
Posts: 1,316
Default Counting Formula

Use the COUNTIF function:

=COUNTIF(A1:A11,"=Yes")

Change the A1:A11 to match the range you need to count.
--
Kevin Backmann


"Karen Smith" wrote:

I have a series of cells (B14..B17) that either say Yes or No. I want to
total up the Yes's to tell me how many of them there are. Can anyone tell me
a formula for that?