Match 2 fields in 2 seperate Spreadsheets and fill another column

P

pawcoyote

Greetings,

Here is what I am trying to do... *NOVICE Here*

I have a workbook that has multiple spreadsheets with various data on them.
I want to "Match" Data in one column A on spreadsheet 1 to column B in
spreadsheet 2 and then fill data from column C on spreadsheet 1 to column D
on spreadsheet 2 if Column A & B match...

I am having a dickens of a time trying to do this... Any help is much
apprecaited.
 
L

Luke M

In D1 of sheet 2:
=IF(ISNUMBER(MATCH(B1,'Sheet 1'!A:A,0),VLOOKUP(B1,'Sheet 1'!A:C,3,),"")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top