Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Creating a Dynamic .XLS file from two other .XLS files

I want to have an .XLS file that is dynamically updated. For example:
A.XLS is updated daily.
B.XLS is updated daily
I want to open C.XLS at the end of each week and it would have the same data
that exists from column A from A.XLS in column A in the file C.XLS.
Similarly, C.XLS would contain the information that was entered in column A
of file B.XLS. Can this be done? If yes, can you point me in the right
direction?
Thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 132
Default Creating a Dynamic .XLS file from two other .XLS files

A 'paste link' function may suit your needs. There are two ways to do the
paste link. One is each cell at file a.xls or b.xls and go to file c.xls
select Edit Paste Special and click button paste link. If you delete the $
sign (press F2 to delete), you could copy the formula down.
The other one is type the formula at a cell of c.xls by yourself. Below is
the example:
='[c.xls]Sheet1'!$B$15

c.xls = file name
sheet1 = sheet name
$b$15 or b15= cell name
$ means absolute value

If you want to save a backup everyweek, that the other issue. You may post
it at the VBA questions.
Anna

"Matt_PQ" wrote:

I want to have an .XLS file that is dynamically updated. For example:
A.XLS is updated daily.
B.XLS is updated daily
I want to open C.XLS at the end of each week and it would have the same data
that exists from column A from A.XLS in column A in the file C.XLS.
Similarly, C.XLS would contain the information that was entered in column A
of file B.XLS. Can this be done? If yes, can you point me in the right
direction?
Thanks

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
Weird File Open/Save As Behavior [email protected] Excel Discussion (Misc queries) 0 December 9th 05 02:26 AM
zero suppression on opening .xls file don Setting up and Configuration of Excel 1 October 26th 05 03:52 PM
clicking .XLS file opens Excel 2003 but doesn't find the file Arrow Computer Excel Discussion (Misc queries) 2 August 10th 05 03:51 AM
Weekly Transaction Processing Ralph Howarth Excel Worksheet Functions 4 January 19th 05 05:37 AM
Creating a PDF file programatically from Excel Chaplain Doug Excel Discussion (Misc queries) 0 December 16th 04 08:49 PM


All times are GMT +1. The time now is 05:26 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"