C cpadilla0024 Member Apr 16, 2019 #1 Hi, I am having issues creating this argument. Please see attached. I need to be able to sumifs on multiple criteria in the same columns but the lookup is based on numbers. One SUMIF window would be ideal because I have pretty complicated ones. Attachments Chandoo.xlsx 10.9 KB · Views: 9
Hi, I am having issues creating this argument. Please see attached. I need to be able to sumifs on multiple criteria in the same columns but the lookup is based on numbers. One SUMIF window would be ideal because I have pretty complicated ones.
L Luiz Carlos New Member Apr 17, 2019 #2 In this case it is better to use SUMPRODUCT. Check the spreadsheet. []s Attachments 16_04_19_Chandoo.xlsx 11.3 KB · Views: 14
B bosco_yip Excel Ninja Apr 17, 2019 #3 In E5, copied down : =SUMIFS(Raw!D:D,Raw!A:A,B5,Raw!B:B,C5,Raw!C:C,TRIM(MID(SUBSTITUTE("/"&D5,"/",REPT(" ",50)),{1,2}*50,50))) Regards Bosco
In E5, copied down : =SUMIFS(Raw!D:D,Raw!A:A,B5,Raw!B:B,C5,Raw!C:C,TRIM(MID(SUBSTITUTE("/"&D5,"/",REPT(" ",50)),{1,2}*50,50))) Regards Bosco