Help Needed.
I am attempting to lookup in an array 2 pieces of information to give me the corresponding result. I am usinf the formula below that works fine.
=IFERROR(INDEX(Hotel!$A$2:$BV$2076,MATCH(Transfer!$A2,Hotel!$A$2:$A$2076,0),MATCH(Transfer!$C2,Hotel!$A$1:$BV$1,0)),"")
The issue is that there are multiple matches to the conditions i set, however one match always returns an emty value,see attached.
In the 'Transfer tab i want to look up the 'Primary Guest ID number' and the 'Asset Date' against the information in the 'Hotel' tab but you will notice that the ID number is displayed multiple times in the 'Hotel' tab. How do i get the formula to move onto the next match if the value is null??
Bookmarks