Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have data like this 1,2,3,4,5,6,7,8,9 then I want to get only maximum value from this list.
I tried Max(1,2,3,4,5,6,7,8,9) but didn't worked.
Thanks,
use rangeMax function
If you put this values in a variable ....
see file attached
I am using personal edition, hence not able to open it.
maybe
rangeMax(1,2,3,4,5,6,7,8,9)
use rangeMax function