Hi!
I have data in a column range where latest data is continuously added at the bottom of the column. The amount of records i.e. rows which can contain the data is not fixed, so I do not know in advance which row no. would have the latest data.
I am doing a lookup to match the data from the bottom of the range towards the top (so as to see the most recent result). Formula is as given below:
I now need to do a lookup, ignoring the last 5 rows from the range, i.e. most recent result ignoring the last 5 rows in the column. (I think it could be achieved with CountIf but am not able to get it to work).=LOOKUP(2,1/($F$1:$F$16=A3),$G$1:$G$16)
Please note: I am specifically looking to ignore only the last 5 rows from the range, not looking for nth result.
Sample file attached.
Bookmarks