Im looking for a formula that will return those 5 digits 1,2,3,4,5 by giving me the order from the smaller to the bigger number from row B3:F3 and when there are duplicate, it would read the duplicate from left to right.
Row B3:F3 is 1,1,15,5,6 which will return the digits : 1,2,4,5,3
Row...