Hey Excel Experts,
I'm just wondering if there's a way to identify type of formulas.
For example, Say that in cell A1:A10 we have the following formulas. And I want to check if my range of formulas are =SUM(range).
That means that, if the formulas are not =SUM(range), then I'd like it to 'identify' - it can be just a simple 'true/false' beside it, or a highlighted row.
I've highlighted the same color for the "same type" of formula.
=SUM(A1:A3) =SUM(A2:A100) =IF(A1=1,B1,0) =IF(A2=1,B2,0) =INDEX(Range,MATCH(1,Range,0)) =INDEX(Range,MATCH(A1,Range,0)) =1000/12 =IFERROR(VLOOKUP(A1,lookup,col_index,0),"") =IFERROR(VLOOKUP(A2,lookup,col_index,0),"") =5892/12
Bookmarks