Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i need to create a feature in excel where i can merge two csv files, based on
a key field in both files, ie where smith in file a matches smith in file b, then take the 4th value from file b and add it to the third value in file A. very relational. given i've only got excel and vba and 2 csv files to do this in whats the best way of going about it, architecturally speaking!! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I post a question when I can't get the Subject box and Message boxes
to appear on the screen? I'm at wits end on this. Mikey "Jono2000" wrote: i need to create a feature in excel where i can merge two csv files, based on a key field in both files, ie where smith in file a matches smith in file b, then take the 4th value from file b and add it to the third value in file A. very relational. given i've only got excel and vba and 2 csv files to do this in whats the best way of going about it, architecturally speaking!! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use msquery in Excel if you just want to display the results. If you want
to alter the values in file A, then I guess you would need to go to ADO or you could import the files into excel and manipulate them there or use low level file io, but either of the latter two do not take advantage of relational capabilities. -- Regards, Tom Ogilvy "Jono2000" wrote in message ... i need to create a feature in excel where i can merge two csv files, based on a key field in both files, ie where smith in file a matches smith in file b, then take the 4th value from file b and add it to the third value in file A. very relational. given i've only got excel and vba and 2 csv files to do this in whats the best way of going about it, architecturally speaking!! |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ok - I've now found Microsoft Query and built the relevant queries in basic
sql which solves my requests. "Jono2000" wrote: i need to create a feature in excel where i can merge two csv files, based on a key field in both files, ie where smith in file a matches smith in file b, then take the 4th value from file b and add it to the third value in file A. very relational. given i've only got excel and vba and 2 csv files to do this in whats the best way of going about it, architecturally speaking!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Manipulate a Range | Excel Discussion (Misc queries) | |||
manipulate data | Excel Worksheet Functions | |||
Possible to manipulate Legend? | Charts and Charting in Excel | |||
Manipulate an excel column | Excel Worksheet Functions | |||
Manipulate Excel | Excel Programming |