Forum Discussion
HelleH1004
Oct 07, 2021Copper Contributor
ProductIf
How do I make a Product.If function? I need the product of cells in column B:B multiplied by the equivalent cell in column C:C IF the cell in column A:A has a certain value. Example attached, where I...
- Oct 07, 2021
HelleH1004 That could be:
=SUMPRODUCT(B1:B4*C1:C4*(A1:A4="Red"))
Riny_van_Eekelen
Oct 07, 2021Platinum Contributor
HelleH1004 That could be:
=SUMPRODUCT(B1:B4*C1:C4*(A1:A4="Red"))
- HelleH1004Oct 07, 2021Copper ContributorThank you (y) that works. Just what I needed 🙂