J
Jorabi
I have a sheet like this:
cat dog horse rat bird
9 6 8 1 3
I use the SMALL function to get the smallest three numbers
G2=SMALL(A2:E2,1)=1
H2=SMALL(A2:E2,2)=3
I2=SMALL(A2:E2,3)=6
I need to find a function that will return the corresponding
results
rat
bird
dog
cat dog horse rat bird
9 6 8 1 3
I use the SMALL function to get the smallest three numbers
G2=SMALL(A2:E2,1)=1
H2=SMALL(A2:E2,2)=3
I2=SMALL(A2:E2,3)=6
I need to find a function that will return the corresponding
results
rat
bird
dog