Hello.
I am trying to use if statements and/or sumproduct instead of sumifs. When using sumifs, my macros bog down.....
I am trying the following:
=IF(AND((AT2:AT1000=AT2,AW2:AW1000=AW2)),SUMPRODUCT(AV2:AV1000))
Basically, if the range of at2:at1000 = the value in AT2 and if the range of aw2:aw1000 = the value in AW2, sum up the values in the range av2:av1000.
Any input would be fantastic. Thank you.
I am trying to use if statements and/or sumproduct instead of sumifs. When using sumifs, my macros bog down.....
I am trying the following:
=IF(AND((AT2:AT1000=AT2,AW2:AW1000=AW2)),SUMPRODUCT(AV2:AV1000))
Basically, if the range of at2:at1000 = the value in AT2 and if the range of aw2:aw1000 = the value in AW2, sum up the values in the range av2:av1000.
Any input would be fantastic. Thank you.