Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Linkage data between two spreadsheets


hi all!

Can anyone help to solve the follow problem:

Spreadsheet A has the follow column:
-PartNo
-VendorCode
-Quantity

Spreadsheet B has
-PartNo
-PartName
-Unit Price

PartNo in both table are related and unique.
There are thousand of data in each spreadsheet. It is impossible to us
the if statement to join two tables, Also.. I understand it can us
Access to do it very easily, but I do not want to use Access... can
do it in Excel?

How can I join these two tables into one table, has all thos
information, as:
New spreadsheet
-PartNo
-VendorCode
-Quantity
-PartName
-Unit Price

Thank you very much for any suggestion.

Pls help... since I am not good at any macros or programming skills i
Excel, pls kindly explain in a little details as possible

--
vitalit
-----------------------------------------------------------------------
vitality's Profile: http://www.excelforum.com/member.php...fo&userid=2726
View this thread: http://www.excelforum.com/showthread.php?threadid=46774

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 110
Default Linkage data between two spreadsheets

in the sheet B add two columns vendor code and quantity
name the whole data in sheetA for e.g. as "vendor"
against each part no. in sheet B in the vendor code column, type
=vlookup(partno. cell address,vendor,2,false)- part no.cell address in
sheet B
similarly aginst quantiy column ,type
=vlookup(partno.cell address,vendor,3,false)
copy these two down.
the vendor code and quantity from sheet A will be copied on sheet B

do this experinet for a few rows and see whehter you get what you want
there may be other methods.

--
remove $$$ from email addresss to send email




"vitality" wrote in
message ...

hi all!

Can anyone help to solve the follow problem:

Spreadsheet A has the follow column:
-PartNo
-VendorCode
-Quantity

Spreadsheet B has
-PartNo
-PartName
-Unit Price

PartNo in both table are related and unique.
There are thousand of data in each spreadsheet. It is impossible to use
the if statement to join two tables, Also.. I understand it can use
Access to do it very easily, but I do not want to use Access... can I
do it in Excel?

How can I join these two tables into one table, has all those
information, as:
New spreadsheet
-PartNo
-VendorCode
-Quantity
-PartName
-Unit Price

Thank you very much for any suggestion.

Pls help... since I am not good at any macros or programming skills in
Excel, pls kindly explain in a little details as possible.


--
vitality
------------------------------------------------------------------------
vitality's Profile:

http://www.excelforum.com/member.php...o&userid=27267
View this thread: http://www.excelforum.com/showthread...hreadid=467743



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
Linkage problem Novella Excel Discussion (Misc queries) 1 December 29th 09 11:29 PM
Cell linkage ... Venus Excel Discussion (Misc queries) 2 September 17th 08 08:32 PM
Linkage problem between spreadsheets Bernie R. Excel Worksheet Functions 4 January 30th 08 10:42 PM
worksheet linkage garyww Excel Discussion (Misc queries) 2 August 21st 06 03:39 AM
Linkage data between two spreadsheet vitality Excel Worksheet Functions 2 September 15th 05 06:49 AM


All times are GMT +1. The time now is 01:06 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"