im trying to use the Sumproduct function to examine 3 columns of data.
In the attached example I want the formula to say if cell E5 is in column A and column C contains a Y then sum column B
So far I have the following =SUMPRODUCT(A4:A19=E6,C4:C19="Y",B4:B19)
Bookmarks