Updating cells from values in a second workbook

  • Thread starter Thread starter Erwin
  • Start date Start date
E

Erwin

Need help in two areas.

I have a price list workbook in 97. Three columns: part number, description
and price. I would like to update that workbook by bringing in price values
from a second workbook (also 97), with the part number as the common key.

I also have new parts in the second workbook that are not contained in the
first that I would like to bring those items [part number, description and
price] into the first workbook without duplicating part numbers that already
exist in the first.

Solutions are very much appreciated.
 
You could use MATCH() in the second workbook to identify part numbers
that are not in the price list workbook.

You could use VLOOKUP() in the price list workbook to bring in extra
information from the second workbook by part number.

Jerry
 
Just thought I'd let you know that the functions worked well, although the
VLOOKUP results needed minor manual correcting.

Thanks for the response.

--
Erwin

Jerry W. Lewis said:
You could use MATCH() in the second workbook to identify part numbers
that are not in the price list workbook.

You could use VLOOKUP() in the price list workbook to bring in extra
information from the second workbook by part number.

Jerry
Need help in two areas.

I have a price list workbook in 97. Three columns: part number, description
and price. I would like to update that workbook by bringing in price values
from a second workbook (also 97), with the part number as the common key.

I also have new parts in the second workbook that are not contained in the
first that I would like to bring those items [part number, description and
price] into the first workbook without duplicating part numbers that already
exist in the first.

Solutions are very much appreciated.
 
Glad it helped. And thank you for the feedback.

Jerry
Just thought I'd let you know that the functions worked well, although the
VLOOKUP results needed minor manual correcting.

Thanks for the response.

--
Erwin

You could use MATCH() in the second workbook to identify part numbers
that are not in the price list workbook.

You could use VLOOKUP() in the price list workbook to bring in extra
information from the second workbook by part number.

Jerry

Erwin wrote:

Need help in two areas.

I have a price list workbook in 97. Three columns: part number,
description
and price. I would like to update that workbook by bringing in price
values
from a second workbook (also 97), with the part number as the common
key.
I also have new parts in the second workbook that are not contained in
the
first that I would like to bring those items [part number, description
and
price] into the first workbook without duplicating part numbers that
already
exist in the first.

Solutions are very much appreciated.
 

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

Back
Top