Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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 |
#2
![]() |
|||
|
|||
![]()
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 "Darren Woodbrey" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help with modifying VLookUp | Excel Discussion (Misc queries) | |||
carrying a hyper link when using the vlookup function | Excel Worksheet Functions | |||
VLOOKUP not working | Excel Worksheet Functions | |||
Using Cell references in VLookUp | Excel Worksheet Functions | |||
vlookup. | Excel Worksheet Functions |