Forum Discussion
esmiles_16
Sep 01, 2022Copper Contributor
Large/small Formula to identify the nth duplicate and return the row number
I am trying to get the specific row number of the largest or smallest value in order and unfortunately cannot seem to find a solution that gives the row number. =MATCH(LARGE(IF(N1:N2000<>0,N1:N20...
esmiles_16
Sep 01, 2022Copper Contributor
OliverScheurich Thank you for your response, unfortunately, the formula appears to take the values <= 2,000 from the last number in the column and work sequentially up, as opposed to in order of the greatest number.
This was the result vs expectation :-
Hopefully, this further clarifies what I am attempting to achieve.
OliverScheurich
Sep 01, 2022Gold Contributor
Which formula do you use in your sheet?
The suggested formula returns the expected result. I entered 11000 in cells N7 and N240 and the formula returns 240 and 7.
- esmiles_16Sep 02, 2022Copper ContributorHello, I used the one you suggested - =IFERROR(MATCH(LARGE(IF((N$1:N$2000<>0)*(COUNTIF(N$1:N$2000,N$1:N$2000)>1),ROW($1:$2000)),ROW(1:1)),ROW($1:$2000),0),"")
- OliverScheurichSep 02, 2022Gold Contributor
Can you attach your workbook without sensitive data?
- esmiles_16Sep 15, 2022Copper ContributorOliverScheurich - thank you. I was on A/L, I had to update the data set which is attached and extract in the original post.