J
JBoyer
I'm trying to use a SUMIF function with one sum range and two seperate ranges
with seperate conditions.
For example: I'm trying to sum the cells in the "I" column where the "H"
Column is equal to "A" AND the "K" column is equal to "+".
This is one of the conditions but I don't know how to add the other.
=SUMIF($H$4:$H$1000,"A",$I$4:$I$1000)
The other would be
=SUMIF($K$4:$K$1000,"+",$I$4:$I$1000)
Thanks in advance for any help!
with seperate conditions.
For example: I'm trying to sum the cells in the "I" column where the "H"
Column is equal to "A" AND the "K" column is equal to "+".
This is one of the conditions but I don't know how to add the other.
=SUMIF($H$4:$H$1000,"A",$I$4:$I$1000)
The other would be
=SUMIF($K$4:$K$1000,"+",$I$4:$I$1000)
Thanks in advance for any help!