I am trying to use an index match to have a dynamic sumif, formula below. For whatever reason I can only pick up data that is in rows 12,000 or above. My formula does not have any row range limits so i am wondering if there is a limit of variables for criteria 3? Or is it something to do with the index match?
=SUMIFS(INDEX(CDW!$AX:$BN,0,MATCH($B$3&"UNITS",CDW!$AX$1:$BN$1,0)),CDW!$BO:$BO,$B20,CDW!$AY:$AY,DE$2,CDW!$AX:$AX,DE$1)
=SUMIFS(INDEX(CDW!$AX:$BN,0,MATCH($B$3&"UNITS",CDW!$AX$1:$BN$1,0)),CDW!$BO:$BO,$B20,CDW!$AY:$AY,DE$2,CDW!$AX:$AX,DE$1)