I have descriptions in Col B and values in Col C
I have the following SumIF formula to extract the various values based on the descriptions that I which to extract their values
The formula gives me the correct result, but slow down my Laptop
I would like to know if this formula can be simplified
Your assistance in this regard is most appreciated
I have the following SumIF formula to extract the various values based on the descriptions that I which to extract their values
The formula gives me the correct result, but slow down my Laptop
I would like to know if this formula can be simplified
Your assistance in this regard is most appreciated
Code:
=SUM(SUMIFS(C:C,B:B,({"*lab Ret*","*lab Trade*","*S/Let Ret*","*s/let Trade*","*access?SVC*","*breakdown?*svc*","*oils Ret*","*Oils War*","*Con?*ret*","*Sale?*F&I*","*Sale*RO*RET*Br1*PARTS*","*Sale*RO*FLT*Br1*PARTS*","*Sale*RO*RET*BZ1*PARTS*","*Sale*RO*FLT*BZ1*PARTS*","*Sale*RO*RET*Non*PARTS*","*Sale*RO*FLT*Non*PARTS*","*Sale*RO*RET*access*PARTS*","*Sale*RO*FLT*access*","*DISC*RO*Ret*Br1*PARTs*","*DISC*RO*FLT*Br1*PARTs*","*DISC*RO*Ret*BZ1*PARTs*","*DISC*RO*FLT*BZ1*PARTs*","*DISC*RO*Ret*Non-Fr*PARTs*","*DISC*RO*FLT*Non-fr*PARTs*","*Sale*RO*RET*Oils*","*Sale*RO*FLT*Oils*","*Disc*RO*RET*Oils*","*Disc*RO*FLT*Oils*"})))