Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
In column R I have numbers (negative and positive). I would like a formula
to sum all of the corresponding numbers in column X if column R is between -.5 and .5. Then another formula to do the same but between .5 and .9 (including -.5 and -.9 either incorporate the absolute value command here or use greater than less than with an or funciton). Any ideas? Thanks |
#2
![]() |
|||
|
|||
![]()
=sumproduct(--(Abs(R1:R2000<.5),X1:X2000)
=sumproduct(--abs(R1:R2000=.5),--abs(R1:R2000<=.9),X1:X2000) -- Regards, Tom Ogilvy "Jambruins" wrote in message ... In column R I have numbers (negative and positive). I would like a formula to sum all of the corresponding numbers in column X if column R is between -.5 and .5. Then another formula to do the same but between .5 and .9 (including -.5 and -.9 either incorporate the absolute value command here or use greater than less than with an or funciton). Any ideas? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to use SUMIF to return sums between two values located in cells | Excel Worksheet Functions | |||
How do I use the sumif if I have multiple criteria (i.e. greater . | Excel Worksheet Functions | |||
Dynamic sumif function | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions | |||
SUM(IF( Array to avoid #NUM! values | Excel Worksheet Functions |