Suppose I have a sheet as follows:
Cell A1 = 25
Cell A2 = 56
Cell A3 = 31
Cell A4 = 77
Cell A5 = 9
Cell A6 = 45
Cell B1 = large(A$1:A$6, 1)
Cell B2 = large(A$1:A$6, 2)
Cell B3 = large(A$1:A$6, 3)
Cell B4 = large(A$1:A$6, 4)
Cell B5 = large(A$1:A$6, 5)
Cell B6 = large(A$1:A$6, 6)
What is the formula in cell C1 to show the highest value is in cell A4. And when copied down, cell C2 to show the second highest value is in cell A2 etc.
C1 = A4
C2 = A2
C3 = A6 and so on.
Thank you for your time.
Cell A1 = 25
Cell A2 = 56
Cell A3 = 31
Cell A4 = 77
Cell A5 = 9
Cell A6 = 45
Cell B1 = large(A$1:A$6, 1)
Cell B2 = large(A$1:A$6, 2)
Cell B3 = large(A$1:A$6, 3)
Cell B4 = large(A$1:A$6, 4)
Cell B5 = large(A$1:A$6, 5)
Cell B6 = large(A$1:A$6, 6)
What is the formula in cell C1 to show the highest value is in cell A4. And when copied down, cell C2 to show the second highest value is in cell A2 etc.
C1 = A4
C2 = A2
C3 = A6 and so on.
Thank you for your time.