Country_Calc
New Member
- Joined
- Feb 14, 2017
- Messages
- 48
- Office Version
- 365
I have a spreadsheet which has many +COUNTIFS, +SUMIFs in a series.
Example =COUNTIFS(A1:A100,"*Name*",B1:100,"*Title*")+COUNTIFS(A1:A100,"*Other*",B1:100,"*Other*")+COUNTIFS(A1:A100,"*Var1*",B1:100,"*Var2*")+
If I redo with something like this below, would this improve excel's ability to calculate it faster?
=SUM(COUNTIFS(A1:A100,"*Name*",B1:B100,{"*Title*","*Other*","*Var1*}))
Example =COUNTIFS(A1:A100,"*Name*",B1:100,"*Title*")+COUNTIFS(A1:A100,"*Other*",B1:100,"*Other*")+COUNTIFS(A1:A100,"*Var1*",B1:100,"*Var2*")+
If I redo with something like this below, would this improve excel's ability to calculate it faster?
=SUM(COUNTIFS(A1:A100,"*Name*",B1:B100,{"*Title*","*Other*","*Var1*}))