Hi,
I need help in shortening my formula as it will exceed the 8192 characters.
Below is my formula:
=SUMIFS('Data Dump'!$L$4:$L$99987,'Data Dump'!$L$4:$L$99987,">=1",'Data Dump'!$F$4:$F$99987,">="&DAR!$G12,'Data Dump'!$F$4:$F$99987,"<="&DAR!$H12,'Data Dump'!$H$4:$H$99987,$DA12,'Data Dump'!$D$4:$D$99987,">="&DAR!$J12,'Data Dump'!$E$4:$E$99987,"<="&DAR!$K12,'Data Dump'!$B$4:$B$99987,$DF12)
However, I need to add aside from $DF12 to include as well $DG12 and $DH12, afterwards change $DA12 to $DB12, $DC12
My original formula have 9 combinations of above formula which is too long.
Each DA column will add DF, DG, DH
Each DB column will add DF, DG, DH
and so on.
Bookmarks