Hello
I have a row with numbers 1,5,5,5,4,4,3,3,0,1
How can I sort them so that they are ranked by ascending number and the most left is the first if more than two same values exist?
Also, how do I return the value that is second maximum and if more than one values, return the cell address of...