match then return a value

  • Thread starter Kristina1976 via OfficeKB.com
  • Start date
K

Kristina1976 via OfficeKB.com

Hello there,

I am looking for some help. I have two spreadsheets and I need to match the
policy number from worksheet 1 and 2 and if they are a match then add the
renewal date in speadsheet #1.

Any help is appreciated


ie.

Worksheet 1
A B C
NAME Policy # Renewal date
John 32 ?
Chris 16 ?
Brian 15 ?


Worksheet 2

A B
Policy # Renewal Date
32 12/12/2009
24 15/01/2001
15 15/03/2006
16 18/02/2003
18 24/09/2006
17 17/06/2005
 
L

Lars-Åke Aspelin

Hello there,

I am looking for some help. I have two spreadsheets and I need to match the
policy number from worksheet 1 and 2 and if they are a match then add the
renewal date in speadsheet #1.

Any help is appreciated


ie.

Worksheet 1
A B C
NAME Policy # Renewal date
John 32 ?
Chris 16 ?
Brian 15 ?


Worksheet 2

A B
Policy # Renewal Date
32 12/12/2009
24 15/01/2001
15 15/03/2006
16 18/02/2003
18 24/09/2006
17 17/06/2005


Try this formula in cell C2 on Worksheet 1:

=VLOOKUP(B2,'Worksheet 2'!A$2:B$100,2,FALSE)

Copy the formula down as far as needed.

Hope this helps / Lars-Åke
 

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