Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
What I am trying to do is count percentages in a column of data that fall
within a certain range. For example, if I have 61.2%, 63%, 64.5%, 70% in a range, I want to be able to say I have "x" number in a range between 60% - 70%. How can I do that? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming data is in column A
=COUNTIF(A:A,"0.6")-COUNTIF(A:A,"=0.7") Note that this excluded 60.0% and 70.0% -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "tldem" wrote: What I am trying to do is count percentages in a column of data that fall within a certain range. For example, if I have 61.2%, 63%, 64.5%, 70% in a range, I want to be able to say I have "x" number in a range between 60% - 70%. How can I do that? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Luke but it didn't seem to work. It's counting all the numbers in
Column A versus only those in the parameter. If I have 10 numbers in the column, it tells me that there are 10 numbers in the parameter; not the number that falls in between the paramenter. "Luke M" wrote: Assuming data is in column A =COUNTIF(A:A,"0.6")-COUNTIF(A:A,"=0.7") Note that this excluded 60.0% and 70.0% -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "tldem" wrote: What I am trying to do is count percentages in a column of data that fall within a certain range. For example, if I have 61.2%, 63%, 64.5%, 70% in a range, I want to be able to say I have "x" number in a range between 60% - 70%. How can I do that? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I was typing the formula incorrectly - it does work. Thank you so much for
your help! "Luke M" wrote: Assuming data is in column A =COUNTIF(A:A,"0.6")-COUNTIF(A:A,"=0.7") Note that this excluded 60.0% and 70.0% -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "tldem" wrote: What I am trying to do is count percentages in a column of data that fall within a certain range. For example, if I have 61.2%, 63%, 64.5%, 70% in a range, I want to be able to say I have "x" number in a range between 60% - 70%. How can I do that? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It's always better to copy the formula from the newsgroup and paste into the
formula bar of your worksheet, rather than trying to retype. -- David Biddulph "tldem" wrote in message ... I was typing the formula incorrectly - it does work. Thank you so much for your help! "Luke M" wrote: Assuming data is in column A =COUNTIF(A:A,"0.6")-COUNTIF(A:A,"=0.7") Note that this excluded 60.0% and 70.0% -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "tldem" wrote: What I am trying to do is count percentages in a column of data that fall within a certain range. For example, if I have 61.2%, 63%, 64.5%, 70% in a range, I want to be able to say I have "x" number in a range between 60% - 70%. How can I do that? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
count percentages | Excel Worksheet Functions | |||
How to express range of Percentages | Excel Discussion (Misc queries) | |||
How to express range of Percentages | Excel Discussion (Misc queries) | |||
count for percentages | Excel Worksheet Functions | |||
Calculating Percentages in a Range | Excel Worksheet Functions |