EDIT: Probably a simple question, basically I have three values, say 9, 4 and 7 in different cells ( not in the table) . I want to find the minimum in order, then return its relative position, for example: 9,4,7 will return 2, since 4 is the minimum and will be the second.
What is the correct excel formula for this? Thank you
Solution: Thanks for your help, I did not think that Excel could do this if it is not continuous. I ended up using a series of nested IF statements, AND operator and <signs to do the job :)
source
share