Using vlookup to compare 2 sheets

M

mooi

Hi all...need a little bit of help. Completely confused here.

I am using the vlookup function to compare values from Sheet 2 Col B to
Sheet 1 Col A. If this proves true I want the values from Sheet 2 Col C
to be the output that would appear on Sheet 1 Col G.

Now what would the vlookup function syntax would look like?


Any help would be appreciated. Thank you!

**I have tried to attach a screenshot but the file is too big.
 
R

RagDyer

Try this on Sheet1, G1:

=VLOOKUP(A1,Sheet2!$B$1:$C$20,2,0)
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


Hi all...need a little bit of help. Completely confused here.

I am using the vlookup function to compare values from Sheet 2 Col B to
Sheet 1 Col A. If this proves true I want the values from Sheet 2 Col C
to be the output that would appear on Sheet 1 Col G.

Now what would the vlookup function syntax would look like?


Any help would be appreciated. Thank you!

**I have tried to attach a screenshot but the file is too big.
 

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