Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Darius
 
Posts: n/a
Default exchange data between two files

Hi there;
first time here. I have two excel files: 1.xls and 2.xls
In 1.xls, there are 2 columns and 1000 rows. column A are English words,
column B are explaining about that words.

File 2.xls, have 2 columns, column A have same words as column A in 1.xls
file but not with same order, column B are blank yet.

Now question is how can I manage to do this: Click on (2.xls file, Col. B,
Row 30) then the explanation of the word appears there, in other words, the
equation or macro should find similar word in 2.xls col B, Row 30 in file
1.xls and then copy its explanation and paste it in 2.xls, Col B, Row 30.
Thanks for yoru help.
Best
Darius
  #2   Report Post  
Vasant Nanavati
 
Posts: n/a
Default

In cell B30, enter:

=VLOOKUP(A30,[File1.xls]Sheet1!$A$1:$B$1000,2,FALSE)

or similar formula. Copy up/down to suit.

--

Vasant


"Darius" wrote in message
...
Hi there;
first time here. I have two excel files: 1.xls and 2.xls
In 1.xls, there are 2 columns and 1000 rows. column A are English words,
column B are explaining about that words.

File 2.xls, have 2 columns, column A have same words as column A in 1.xls
file but not with same order, column B are blank yet.

Now question is how can I manage to do this: Click on (2.xls file, Col. B,
Row 30) then the explanation of the word appears there, in other words,

the
equation or macro should find similar word in 2.xls col B, Row 30 in file
1.xls and then copy its explanation and paste it in 2.xls, Col B, Row 30.
Thanks for yoru help.
Best
Darius



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
Append the data given in diff sheets of an Excel File to one sheet sansk_23 Excel Worksheet Functions 3 May 10th 05 02:00 AM
Pull Current Month's Data Out of List - Repost Karl Burrows Excel Discussion (Misc queries) 4 May 3rd 05 01:06 AM
How can deleted data reappear in a refreshed pivot table in Excel excel_user123456 Excel Discussion (Misc queries) 3 February 23rd 05 08:34 PM
merge data from 2 Excel files Maileen Excel Worksheet Functions 0 February 17th 05 09:21 AM
Fetching External Data from Excel Sri Excel Discussion (Misc queries) 2 January 3rd 05 11:46 AM


All times are GMT +1. The time now is 08:40 PM.

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"