Hello, I am trying to calculate the SUM in numerous columns based on if the Level Column contains certain text;
e.g. SUMIF Level = L04 then SUM Column CAB 900 and I have this working with the formula =SUMIF(Level:Level, "L04", [CAB 900]:[CAB 900])
The problem I am having is that I will have 100+ columns and have to do this for L04, L03, L02, L01, L00. Is there a way to make the sum_range the current column containing the formula no mater the name? Something along the lines of below;
=SUMIF(Level:Level, "L04", "@Column")