#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Table Merging

Table1 has part #s A01, A02, A06 and related pricing of $12.50, $1.23,
and $7.48.
Table2 has part #s A02, A06, A10, A15 and pricing of $8.05, $2.03,
$5.17, $6.20

How can I merge these two tables to wind up with a combined table that
looks like this:

Part # Price 1 Price 2
--------- ------------ ------------
A01 12.50
A02 1.23 8.05
A06 7.48 2.03
A10 5.17
A15 6.20

Thanks in advance!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default Table Merging

You can use a Vlookup formula

If the merged Table was in columns A1:C3 then in cell C3 put th following
formula

=vlookup(A1,$D$1:$E$100,2) adn copy down colun

D1:E100 is the table with Price 2 where the part number is in Column D and
the Price is in Column E.

"jvbelg" wrote:

Table1 has part #s A01, A02, A06 and related pricing of $12.50, $1.23,
and $7.48.
Table2 has part #s A02, A06, A10, A15 and pricing of $8.05, $2.03,
$5.17, $6.20

How can I merge these two tables to wind up with a combined table that
looks like this:

Part # Price 1 Price 2
--------- ------------ ------------
A01 12.50
A02 1.23 8.05
A06 7.48 2.03
A10 5.17
A15 6.20

Thanks in advance!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Table Merging

Joel,

The problem is not to put the prices in there - that would indeed
nicely work with the vlookup as you mention.
The challenge is to merge the part numbers.

Cheers - Jan


On Sep 17, 11:51*am, Joel wrote:
You can use a Vlookup formula

If the merged Table was in columns A1:C3 then in cell C3 put th following
formula

=vlookup(A1,$D$1:$E$100,2) adn copy down colun

D1:E100 is the table with Price 2 where the part number is in Column D and
the Price is in Column E.



"jvbelg" wrote:
Table1 has part #s A01, A02, A06 and related pricing of $12.50, $1.23,
and $7.48.
Table2 has part #s A02, A06, A10, A15 and pricing of $8.05, $2.03,
$5.17, $6.20


How can I merge these two tables to wind up with a combined table that
looks like this:


Part # * * *Price 1 * * *Price 2
--------- * * ------------ * * ------------
A01 * * * * 12.50
A02 * * * * *1.23 * * * * *8.05
A06 * * * * *7.48 * * * * *2.03
A10 * * * * * * * * * * * * *5.17
A15 * * * * * * * * * * * * *6.20


Thanks in advance!- Hide quoted text -


- Show quoted text -


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default Table Merging

There are VBA way of doig this. If you want to avoid VBA you can get a
unique set of values using Data - Filter - Advance filter - Unique records.
Copy the two sets of part number to a new section of the worksheet. Then use
advance filter to get a unique list of part numbers. Now use Vlokup to fill
inthe new table with prices from both original lists.

"jvbelg" wrote:

Joel,

The problem is not to put the prices in there - that would indeed
nicely work with the vlookup as you mention.
The challenge is to merge the part numbers.

Cheers - Jan


On Sep 17, 11:51 am, Joel wrote:
You can use a Vlookup formula

If the merged Table was in columns A1:C3 then in cell C3 put th following
formula

=vlookup(A1,$D$1:$E$100,2) adn copy down colun

D1:E100 is the table with Price 2 where the part number is in Column D and
the Price is in Column E.



"jvbelg" wrote:
Table1 has part #s A01, A02, A06 and related pricing of $12.50, $1.23,
and $7.48.
Table2 has part #s A02, A06, A10, A15 and pricing of $8.05, $2.03,
$5.17, $6.20


How can I merge these two tables to wind up with a combined table that
looks like this:


Part # Price 1 Price 2
--------- ------------ ------------
A01 12.50
A02 1.23 8.05
A06 7.48 2.03
A10 5.17
A15 6.20


Thanks in advance!- Hide quoted text -


- Show quoted text -



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Please Help with Two Table Merging wingale Excel Discussion (Misc queries) 1 April 15th 06 03:36 PM
Merging Workbook Table data Based upon Value comparisons jayceejay New Users to Excel 5 January 8th 06 11:28 PM
Merging Pivot Table Data [email protected] Excel Discussion (Misc queries) 0 June 21st 05 10:22 AM
Merging info from a table to a report Gail M. Excel Discussion (Misc queries) 0 April 18th 05 05:24 PM
Mail Merging a Table Herbert Stencil Excel Discussion (Misc queries) 1 December 20th 04 11:51 PM


All times are GMT +1. The time now is 12:43 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"