Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default correction to the question

Hi Experts I need help...
I have 2 files
File 1 - Source File
File 2 - destination File
There are few columns common in the 2 files...like IdNumber, Name, Manager,
Dept, etc.

My question is when IDNumber is entered in the destination file all other
common fields should get populate automatically?

Please help me this is very urgent...

Thanks for any help


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 358
Default correction to the question

How about a vlookup?

Name range in source file The_Source

Then in cell B2 on destination file type
"=vlookup(A2,sourcefile.xls!The_Source,2,false )"

This will look at the ID number (presumed to be in cell A2) and look for it
in the source file and return the value in column 2. If no match you will
get an #N/A error.


--
Andrew


"Mir Khan" wrote:

Hi Experts I need help...
I have 2 files
File 1 - Source File
File 2 - destination File
There are few columns common in the 2 files...like IdNumber, Name, Manager,
Dept, etc.

My question is when IDNumber is entered in the destination file all other
common fields should get populate automatically?

Please help me this is very urgent...

Thanks for any help


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
Value correction P. Zicari Excel Discussion (Misc queries) 2 April 15th 08 07:28 PM
Time correction question Meebers Excel Worksheet Functions 2 February 12th 08 09:10 PM
correction nowfal Excel Discussion (Misc queries) 4 March 24th 06 06:40 PM
Correction, x y axis question... JcR Excel Worksheet Functions 2 March 14th 06 03:35 PM
Question correction ANSWER[_2_] Excel Programming 1 April 28th 04 11:19 AM


All times are GMT +1. The time now is 12:10 PM.

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

About Us

"It's about Microsoft Excel"