Hi, I joined last year and so far have found fantastic solutions without the need to post any queries but I'm now stuck and hope someone can help!
I have two worksheets: Sheet 1 has three columns PROP, containing a list of item numbers, R_RDATE containing a review date, and AMOUNT, which needs a lookup to search both the item number and the review date and pull through the matching amount, which is contained on the other sheet. Each time an item gets a review a new row is added, so the PROP column will contain the item number several times and column B will have a different review date for each one.
The second worksheet has the data laid out so that column A is the item number, column B is the first review date, Column C is the first amount, then column D is the second review date, Column E is the second amount and so on up to a maximum of 4 sets of review dates and amounts. I have attached an example, to make it clearer. It has range names and I have put everything on the Review Dates sheet to simplify the references.
I have managed to use an array formula using INDEX and MATCH with columns A and B concatenated. The whole thing is then nested in an IF and ISERROR to look through the first two sets of reviews and pull out the correct value. So with the IF and ISERROR I am saying to look through the first set of reviews and if there is an error, look through the second set of reviews, otherwise, return the amount for the first review. It works but if I try to expand it to more than two reviews, I am getting lost because it can't go back to more than the last review.
I hope this make sense but please ask if you need clarification. It's a ridiculously messy formula and probably beyond the technical understanding of the person I am putting it together for so if there is a simpler solution that I have completely missed I would love to hear it. Otherwise, if I am on the right lines some help expanding this to look through all the sets of data would be appreciated.
Thanks in advance!
Multiple Lookup Sheet.xls
Bookmarks