View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default whats the formula

Hi,

To count the y and n use
=COUNTIF(A1:A2000,"n")
obviously substituting a y

For the percentage of each use
=COUNTIF(A1:A2000,"y")/2000
Once again substitute the y for n to count the other

Mike

"dperalta" wrote:

i created a data sheet collecting data of of permits. i set up the sheet
where i just entered Y for yes, or N for no. i'm trying to find out if
there's a formula for finding out the percentage of out of 2000 y's and n's
there are this many y's... and same n's also...