Good day
I am trying to multiply two ranges in specific condition. I used the following formula and it was working in a perfect way
{=SUMPRODUCT(IF($B$17:$B$505=" Apple ",Q17:Q505),$H$17:$H$505)}
Now, I am trying to add more conditions using the following formula but unfortunately it was not working with me
{=SUMPRODUCT(IF(AND($B$17:$B$505="Apple",$C$17:$C$505="Green"),Q17:Q505),$H$17:$H$505)}
Do you have any suggestion? Could you help me please?
Please note that I am using excel 2010.
Best regards
Bookmarks