Suppose I have in cells A1 to A5, values, 8, 6, 7, 6, 5.
In cell B1, I have the following equation:
=match(A1, A$1:A$5, 0)
which I copy and paste in cells B2 to B5.
Then, the values in cells B1 to B5, are 1, 2, 3, 2, 5.
My question is, since 6 is repeated in cells A2 and A4, how should the formula in col B be modified so that I get values 1, 2, 3, 4, 5 in cells B1 to B5.
Thankyou
In cell B1, I have the following equation:
=match(A1, A$1:A$5, 0)
which I copy and paste in cells B2 to B5.
Then, the values in cells B1 to B5, are 1, 2, 3, 2, 5.
My question is, since 6 is repeated in cells A2 and A4, how should the formula in col B be modified so that I get values 1, 2, 3, 4, 5 in cells B1 to B5.
Thankyou