![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Location: portland,or
Posts: 1
|
I have a list of part numbers in column A and a price in column B. What I need to do is grab the dup numbers in A and put it's price in column C next to the first occurance of that number. Could also have two columns of part numbers and two columns of prices. Just need to get both prices of the dups into one row.
thanks |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Winnipeg
Posts: 2,330
|
Quote:
=IF(ISNA(VLOOKUP(A1,A2:$B$400,2,0)),"",VLOOKUP(A1,A2:$B$400,2,0)) For the situation where you have two columns of part numbers and prices, which columns are they located? Regards,
__________________
Barrie Davidson "You're only given a little spark of madness. You mustn't lose it." - Robin Williams |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|