• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How do I lookup cells based on the cells next to it?

Pyaya

New Member
1699684229103.png

I want to fill the first Phones column with information from the second table, but the names of the people are not in the same order in the two tables. The actual list is very long so I can't just do it manually.

Thanks for your help!
 
use index/match or vlookup or xlookup - depending on version of excel you have

assuming columns a b and c

=index($C$6:$C$11, match(B2,$B$6:$B$11,0))

a sample spreadsheet would help here
 
Back
Top