Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
maryj
 
Posts: n/a
Default count for percentages

I have a client that needs to count the number of values in a range that are
either greater than 100% or less than -100%. I'm assuming that we would need
to use some type of sumproduct.

Thanks for your help.

maryj
  #2   Report Post  
John Mansfield
 
Posts: n/a
Default

maryj,

Try

=COUNTIF(D17:D21,"=1") + COUNTIF(D17:D21,"<=-1")

----
Regards,
John Mansfield
http://www.pdbook.com

"maryj" wrote:

I have a client that needs to count the number of values in a range that are
either greater than 100% or less than -100%. I'm assuming that we would need
to use some type of sumproduct.

Thanks for your help.

maryj

  #3   Report Post  
Aladin Akyurek
 
Posts: n/a
Default

maryj wrote:
I have a client that needs to count the number of values in a range that are
either greater than 100% or less than -100%. I'm assuming that we would need
to use some type of sumproduct.

Thanks for your help.

maryj



=COUNTIF(Range,"1")+COUNTIF(Range,"<-1")
  #4   Report Post  
maryj
 
Posts: n/a
Default

Thanks!

"John Mansfield" wrote:

maryj,

Try

=COUNTIF(D17:D21,"=1") + COUNTIF(D17:D21,"<=-1")

----
Regards,
John Mansfield
http://www.pdbook.com

"maryj" wrote:

I have a client that needs to count the number of values in a range that are
either greater than 100% or less than -100%. I'm assuming that we would need
to use some type of sumproduct.

Thanks for your help.

maryj

  #5   Report Post  
maryj
 
Posts: n/a
Default

A new twist to this same question. All the percentages are mixed in with
cells with straight numbers. She only wants to the count the cells with
%ages.

"maryj" wrote:

I have a client that needs to count the number of values in a range that are
either greater than 100% or less than -100%. I'm assuming that we would need
to use some type of sumproduct.

Thanks for your help.

maryj

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
Match Last Occurrence of two numbers and Count to Previous Occurence Sam via OfficeKB.com Excel Worksheet Functions 33 April 4th 05 02:17 PM
SUMPRODUCT Formula to Count Row of data Below Matched Criteria Sam via OfficeKB.com Excel Worksheet Functions 8 February 3rd 05 01:37 AM
Count number to reach a cumulative value Bruce Excel Worksheet Functions 5 January 25th 05 05:14 PM
Count If Formula Mimi Excel Worksheet Functions 0 November 5th 04 11:55 AM
count based on two fields - need quickly JO Excel Worksheet Functions 1 November 1st 04 09:44 PM


All times are GMT +1. The time now is 05:30 PM.

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"