Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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... |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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... |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=COUNTIF(A1:A2000,"y")/COUNTA(A1:A2000)
Will give the percentage of "y"s in the column. Gord Dibben MS Excel MVP On Thu, 17 Jul 2008 12:55:16 -0700, 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... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Whats better Lookup or Function Formula | Excel Worksheet Functions | |||
Whats wrong with this OR formula? | Excel Worksheet Functions | |||
whats wrong with the formula? | Excel Worksheet Functions | |||
a h.s.l.@ £3.80 mtr & 10sq m are fitted whats the formula help | Excel Worksheet Functions | |||
whats wong with this formula? | Excel Worksheet Functions |