Column A & B have Data. When I put a entry in D cell, it should be matched with A cell & return corresponding B cell value in Cell E. I used lookup, which is working in small data, but in case of large data, it is not working.
Please help/
Column A & B have Data. When I put a entry in D cell, it should be matched with A cell & return corresponding B cell value in Cell E. I used lookup, which is working in small data, but in case of large data, it is not working.
Please help/
Ask me how to hate XL.
How about
=INDEX($B$2:$B$20,MATCH(D2,$A$2:$A$20,0))
You're welcome & thanks for the feedback
=lookup(d2,$a$2:$b$1350)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks