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...