Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'm wondering which platform or programming method is suitable for my usage, Excel VBA, Access VBA or SQL query, even Sharepoint Server feature? I have to look up each agent record of Excel workbook A in workbook B for the corresponding customer detail. Below is the column lists of workbook A and B. The columns of Workbook A is a sub-set of the columns of Workbook B which have the same names. Workbook A columns (has around 500 raws): Day, Agent name, Agent performance; Workbook B columns (has around 5000 raws): Day, Agent name, Record ID, Customer record. Appreciate you can provide any sample code, or any suggestion of a certain programming Function. Thanks a lot. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try VLOOKUP or INDEX/MATCH
http://www.ozgrid.com/Excel/excel-vlookup-formula.htm http://www.ozgrid.com/Excel/left-lookup.htm -- Regards Dave Hawley www.ozgrid.com "Yui" wrote in message ... Hi, I'm wondering which platform or programming method is suitable for my usage, Excel VBA, Access VBA or SQL query, even Sharepoint Server feature? I have to look up each agent record of Excel workbook A in workbook B for the corresponding customer detail. Below is the column lists of workbook A and B. The columns of Workbook A is a sub-set of the columns of Workbook B which have the same names. Workbook A columns (has around 500 raws): Day, Agent name, Agent performance; Workbook B columns (has around 5000 raws): Day, Agent name, Record ID, Customer record. Appreciate you can provide any sample code, or any suggestion of a certain programming Function. Thanks a lot. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel-how to link source workbook to copy of destination workbook | Excel Worksheet Functions | |||
Copy Data from Excel 2007 XLSM workbook to Excel 2003 XLS workbook using ADO | Excel Programming | |||
Excel workbook is corrupted, workbook automatically saves on start | Excel Discussion (Misc queries) | |||
Open a password protected excel workbook from second workbook to fetch data using dynamic connection | Excel Programming | |||
Excel Gurus = want a macro in 1 workbook to get info from another workbook = Read please | Excel Programming |