Please help me..
I have a table that I want to SUM with condition of multiple criteria by 1 row & 2 column.
Column that should be result of SUM:
I Have tried some formula but it just sum of first column, i need to sum of all numbers of table "I10:N47".
here my code below:
=IFNA(SUMPRODUCT(--(Sheet1!$H$10:$H$47=Sheet2!$B6)*(INDEX(Sheet1!$I$10:$N$47,,MATCH(Sheet2!$C$2,Sheet1!$I$5:$N$5,0))):(INDEX(Sheet1!$I$10:$N$47,,MATCH(Sheet2!$C$3,Sheet1!$I$6:$N$6,0)))),0)
thanks for the support..