I have a rectangular array of numbers, and I want to calculate the MAX value YearToDate. I want to use a dynamic array formula.
Let me explain:
I could theoretically use the MAX function in order to calculate a running MAX. However, the result table would not expand as the original "Tabla" expands.
I am able to calculate a running MAX using the SCAN function:
However, this formula deals only with one column of data, not with many.
My goal now is to "wrap" this SCAN function with a BYCOL function, so that all columns are taken into account.
However, in all my attemps so far, I have been unsuccessful. I'd like a formula with BYCOL/SCAN or another formula that yields a similar result.
I have tried, for example ...
... but I do not get the desired result.
Can anybody help?



