Skip to main content

1 reply

23-Emerald IV
June 8, 2017

You have to make sure that the data you want to know the maximum of, is a vector (array), not a range:

Notice that, since i is a range, not a vector, the max function does not work on it:

Success!
Luc