Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Match Last Occurrence of two numbers and Count to Previous Occurence | Excel Worksheet Functions | |||
SUMPRODUCT Formula to Count Row of data Below Matched Criteria | Excel Worksheet Functions | |||
Count number to reach a cumulative value | Excel Worksheet Functions | |||
Count If Formula | Excel Worksheet Functions | |||
count based on two fields - need quickly | Excel Worksheet Functions |