Hello,
I'd like to have the vba formula to find the row of the 2nd smallest number in a liste where number, e.g. if I have a list with 9;10;9;10;11; the formula would give me the row number of the first 10 it encounters.
I found an array formula using "large" and "if" to find the 2nd smallest...