Hi everyone,
I´m building a spreadsheet with formulas referencing to cell ranges as “names” - like this:
I have a formula in a column
=max(name01)
=max(name02)
etc…
the result is max values of the range coresponding to the particular name - all good, but I´d like to write the formula in more flexible way like =max(nameXY) whilst XY numbers will be specified in another column. I tried whatever, but I can´t figure out how to achieve this seamingly easy task. Any ideas?
Thanks!