Hello,
I've only been using IF formulas in Excel so bare with me as I'm not very efficient yet. I would like some help with optimizing my formula. I've tried using IFs and ORs within this formula to get the desired result with no success. Here is the formula :
=+SUMIFS(M$6:M$900,$B$6:$B$900,"1",$F$6:$F$900,"Pinnacle",$I$6:$I$900,CHI)+SUMIFS(M$6:M$900,$B$6:$B$900,"1",$F$6:$F$900,"Pinnacle",$I$6:$I$900,CZE)+SUMIFS(M$6:M$900,$B$6:$B$900,"1",$F$6:$F$900,"Pinnacle",$I$6:$I$900,DAN)+SUMIFS(M$6:M$900,$B$6:$B$900,"1",$F$6:$F$900,"Pinnacle",$I$6:$I$900,FIN)+SUMIFS(M$6:M$900,$B$6:$B$900,"1",$F$6:$F$900,"Pinnacle",$I$6:$I$900,FR)+SUMIFS(M$6:M$900,$B$6:$B$900,"1",$F$6:$F$900,"Pinnacle",$I$6:$I$900,GE)+SUMIFS(M$6:M$900,$B$6:$B$900,"1",$F$6:$F$900,"Pinnacle",$I$6:$I$900,GK)+SUMIFS(M$6:M$900,$B$6:$B$900,"1",$F$6:$F$900,"Pinnacle",$I$6:$I$900,IT)+SUMIFS(M$6:M$900,$B$6:$B$900,"1",$F$6:$F$900,"Pinnacle",$I$6:$I$900,JP)+SUMIFS(M$6:M$900,$B$6:$B$900,"1",$F$6:$F$900,"Pinnacle",$I$6:$I$900,LAAM)+SUMIFS(M$6:M$900,$B$6:$B$900,"1",$F$6:$F$900,"Pinnacle",$I$6:$I$900,NL)+SUMIFS(M$6:M$900,$B$6:$B$900,"1",$F$6:$F$900,"Pinnacle",$I$6:$I$900,UK)+SUMIFS(M$6:M$900,$B$6:$B$900,"1",$F$6:$F$900,"Pinnacle",$I$6:$I$900,NOR)+SUMIFS(M$6:M$900,$B$6:$B$900,"1",$F$6:$F$900,"Pinnacle",$I$6:$I$900,POL)+SUMIFS(M$6:M$900,$B$6:$B$900,"1",$F$6:$F$900,"Pinnacle",$I$6:$I$900,POR)+SUMIFS(M$6:M$900,$B$6:$B$900,"1",$F$6:$F$900,"Pinnacle",$I$6:$I$900,RUS)+SUMIFS(M$6:M$900,$B$6:$B$900,"1",$F$6:$F$900,"Pinnacle",$I$6:$I$900,SP)+SUMIFS(M$6:M$900,$B$6:$B$900,"1",$F$6:$F$900,"Pinnacle",$I$6:$I$900,SWE)+SUMIFS(M$6:M$900,$B$6:$B$900,"1",$F$6:$F$900,"Pinnacle",$I$6:$I$900,US)+SUMIFS(M$6:M$900,$B$6:$B$900,"1",$F$6:$F$900,"Pinnacle",$I$6:$I$900,Autre)+SUMIFS(M$6:M$900,$B$6:$B$900,"1",$F$6:$F$900,"Pinnacle",$I$6:$I$900,TUR)
So basically, it's just a whole bunch of SUMIFS (21) in total added up to take into consideration that a range of data (I6 to I900) needs to be equal to "IT" OR "SP" OR "JP" etc...
Any help on this would be extremely appreciated, it's taking 15 mins for the file to save.
Bookmarks