VLOOKUP?

  • Thread starter Thread starter Darren Woodbrey
  • Start date Start date
D

Darren Woodbrey

I think this is a VLOOKUP, but cannot figure it out.

I have
column A = old part#
column B = old price
column C = new part#
column D = new price

There may be additional part numbers in the new list vice versa and they are
not sorted the same way.

I need to find each old part# in the new part# list and then return the part
number if the price is different. It would be good to return the new price
as well. Any help would be greatly appreciated. Thanks!


Darren
 
Hi Darren,

With the data in columns A through D, select three cell in a single row and
enter this formula in the highlighted cell and hit CTRL + SHIFT + ENTER.
Excel will enclose the formulas with { }.

=VLOOKUP(E1,A1:D6,{2,3,4},0)

Now enter the OLD part number in cell E1. Should return the old price from
column B, the new part number from column C and the new price from column D.

HTH
Regards,
Howard
 

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

Similar Threads

vlookup 2
VLOOKUP and IF together 3
What type of "lookup" 3
LOOKUP problem 8
comparing two sheet of data -- cost price increases 2
Help! Is this possible 2
Vlookup in multiple sheets 2
vlookup returns #n/a 2

Back
Top