Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Value correction | Excel Discussion (Misc queries) | |||
Time correction question | Excel Worksheet Functions | |||
correction | Excel Discussion (Misc queries) | |||
Correction, x y axis question... | Excel Worksheet Functions | |||
Question correction | Excel Programming |