Hi,
I am attempting to find a way to identify the maximum value in an array that contains one or more rows.
My sample dataset is as follows:
0,1,2,0;1,2,0,0;0,0,0,3;0,4,5,0;0,0,0,0
Just for illustration, the above dataset can be represented in rows as follows:
A B C D
0 1 2 0
1...