Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I want to get the Value from next column to max value of any column. fox example max value is "663457" in column 'A' and it's row no. is "136". So, I want value from column 'B' of row no. '136'
=FirstSortedValue(Name, -Value) // note '-' sign
Try using FirstSortedValue()
=FirstSortedValue(Name, -Value) // note '-' sign