Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Ok so I have a column with values in it. Say A4:A12, the values entered will
always be 1, 2, 3, or 4. I need a formula that will calculate the % that say a 1 appears in that range and I need a formula that will calculate the total number of 1s in that range. Thanks! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=countif(a4:a12,1)/count(a4:a12)
Format as percent Regards, Fred "clbritt76" wrote in message ... Ok so I have a column with values in it. Say A4:A12, the values entered will always be 1, 2, 3, or 4. I need a formula that will calculate the % that say a 1 appears in that range and I need a formula that will calculate the total number of 1s in that range. Thanks! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
To count the ones =COUNTIF(A4:A12,1) % of ones =COUNTIF(A4:A12,1)/9 Format this one as % -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "clbritt76" wrote: Ok so I have a column with values in it. Say A4:A12, the values entered will always be 1, 2, 3, or 4. I need a formula that will calculate the % that say a 1 appears in that range and I need a formula that will calculate the total number of 1s in that range. Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculating a percent decrease | Excel Worksheet Functions | |||
calculating total in a column | Excel Worksheet Functions | |||
Is there any way of calculating a running total within a single cell in a column | New Users to Excel | |||
Column of Text Shown = Total Times Shown? | Excel Worksheet Functions | |||
how create cursor that highlights total row/column at all times | Excel Discussion (Misc queries) |