Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I have a sheet that has several columns that contain numbers, yeses, no's and N/A's. I need formulas to count how many times a specific value in one column. For example, how many times does the number 9 show up in column G, rows 8-516. BUT...instead of giving me the count, I need a percentage. G519 has a count of everything in G8-G516. So really, what percent of everything in G8-G516 are 9's. From there I can copy the formula and edit as need to find out the percentage of yeses, no's etc. Thanks!! Dan |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Dan
For the percentage of 9's =COUNTIF(G8:G516,9)/COUNTA(G8:G516) With the Count of all in G19 I guess =COUNTIF(G8:G516)/G519 will suffice. Format to Percent. Gord Dibben MS Excel MVP On Wed, 8 Nov 2006 15:08:18 -0700, "Dan B" wrote: Hi, I have a sheet that has several columns that contain numbers, yeses, no's and N/A's. I need formulas to count how many times a specific value in one column. For example, how many times does the number 9 show up in column G, rows 8-516. BUT...instead of giving me the count, I need a percentage. G519 has a count of everything in G8-G516. So really, what percent of everything in G8-G516 are 9's. From there I can copy the formula and edit as need to find out the percentage of yeses, no's etc. Thanks!! Dan |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Perfect!!! That was exactly what I needed.
Thanks. "Gord Dibben" <gorddibbATshawDOTca wrote in message ... Dan For the percentage of 9's =COUNTIF(G8:G516,9)/COUNTA(G8:G516) With the Count of all in G19 I guess =COUNTIF(G8:G516)/G519 will suffice. Format to Percent. Gord Dibben MS Excel MVP On Wed, 8 Nov 2006 15:08:18 -0700, "Dan B" wrote: Hi, I have a sheet that has several columns that contain numbers, yeses, no's and N/A's. I need formulas to count how many times a specific value in one column. For example, how many times does the number 9 show up in column G, rows 8-516. BUT...instead of giving me the count, I need a percentage. G519 has a count of everything in G8-G516. So really, what percent of everything in G8-G516 are 9's. From there I can copy the formula and edit as need to find out the percentage of yeses, no's etc. Thanks!! Dan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count the number of times a cell value is within a specific range | Excel Worksheet Functions | |||
Formula for determining if two date columns fall within specific date range | Excel Worksheet Functions | |||
Formula for determining if two date columns fall within specific date range | Excel Discussion (Misc queries) | |||
Average of times where text may be in range | Excel Worksheet Functions | |||
Count number of times a specific number is displayed in a cell ran | Excel Worksheet Functions |