Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Count Percentages in a range

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default Count Percentages in a range

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Count Percentages in a range

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Count Percentages in a range

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Count Percentages in a range

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
count percentages jpmurray22 Excel Worksheet Functions 3 September 28th 07 12:34 AM
How to express range of Percentages nander Excel Discussion (Misc queries) 1 January 26th 06 06:38 PM
How to express range of Percentages nander Excel Discussion (Misc queries) 1 January 26th 06 06:10 PM
count for percentages maryj Excel Worksheet Functions 4 April 13th 05 03:27 PM
Calculating Percentages in a Range Allen7575 Excel Worksheet Functions 3 April 11th 05 09:31 PM


All times are GMT +1. The time now is 12:37 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"