Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 93
Default Workbooks Sharing Information

Is there a way to set up multiple different excel document files such that
altering one will effect various parts of another different excel document???
I have a system of sheets for individual clients, and the information on
those feeds the main one for quick reference. SO, if I alter the individual
ones, I want the changes to pop up on the single Quick reference of everyone.
Make sense? THANKS!!!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Workbooks Sharing Information

Not really - sounds like you are working backwards.

You should maintain a central database/master list and then use extracts
from that for specific subsets.

--
Regards,
Tom Ogilvy


"bodhisatvaofboogie" wrote:

Is there a way to set up multiple different excel document files such that
altering one will effect various parts of another different excel document???
I have a system of sheets for individual clients, and the information on
those feeds the main one for quick reference. SO, if I alter the individual
ones, I want the changes to pop up on the single Quick reference of everyone.
Make sense? THANKS!!!

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 93
Default Workbooks Sharing Information

Yeah that makes sense....but alas, it can't be done. Actually it was a
question a coworker of mine had for me. I didn't know the answer so I
thought I would shoot it out here. I suggested he do everything in one file
with multiple worksheets. I know information can be shared that way. But he
didn't like the idea of that. *shrugs* Thanks for the input :)


"Tom Ogilvy" wrote:

Not really - sounds like you are working backwards.

You should maintain a central database/master list and then use extracts
from that for specific subsets.

--
Regards,
Tom Ogilvy


"bodhisatvaofboogie" wrote:

Is there a way to set up multiple different excel document files such that
altering one will effect various parts of another different excel document???
I have a system of sheets for individual clients, and the information on
those feeds the main one for quick reference. SO, if I alter the individual
ones, I want the changes to pop up on the single Quick reference of everyone.
Make sense? THANKS!!!

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 93
Default Workbooks Sharing Information

actually interestingly enough, there is a way to link two different
documents. I just accidentially stumbled upon it. Here's an example:

=SUM([Book1.xls]Sheet1!$A$7,[Book1.xls]Sheet1!$A$8)

Book1 is the Source file, and Book2 is the destination file. Place this
formula in any cell on Book2, and it will sum the two cells in Book1
effectively placing that value in that cell of Book2. So take any formula
and add [wkbook.name]Sheet#$r$c for formulas and it will factor that in.




"Tom Ogilvy" wrote:

Not really - sounds like you are working backwards.

You should maintain a central database/master list and then use extracts
from that for specific subsets.

--
Regards,
Tom Ogilvy


"bodhisatvaofboogie" wrote:

Is there a way to set up multiple different excel document files such that
altering one will effect various parts of another different excel document???
I have a system of sheets for individual clients, and the information on
those feeds the main one for quick reference. SO, if I alter the individual
ones, I want the changes to pop up on the single Quick reference of everyone.
Make sense? THANKS!!!

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Workbooks Sharing Information

So the rows in the individual workbooks never change - just the values in
that row?

If that isn't the case, I don't see any value in what you suggest.

If you are just looking to summarize the data from the other workbooks, then
perhaps that is a viable option - but make sure all workbooks are open if you
make a change such as inserting rows.

--
Regards,
Tom Ogilvy


"bodhisatvaofboogie" wrote:

actually interestingly enough, there is a way to link two different
documents. I just accidentially stumbled upon it. Here's an example:

=SUM([Book1.xls]Sheet1!$A$7,[Book1.xls]Sheet1!$A$8)

Book1 is the Source file, and Book2 is the destination file. Place this
formula in any cell on Book2, and it will sum the two cells in Book1
effectively placing that value in that cell of Book2. So take any formula
and add [wkbook.name]Sheet#$r$c for formulas and it will factor that in.




"Tom Ogilvy" wrote:

Not really - sounds like you are working backwards.

You should maintain a central database/master list and then use extracts
from that for specific subsets.

--
Regards,
Tom Ogilvy


"bodhisatvaofboogie" wrote:

Is there a way to set up multiple different excel document files such that
altering one will effect various parts of another different excel document???
I have a system of sheets for individual clients, and the information on
those feeds the main one for quick reference. SO, if I alter the individual
ones, I want the changes to pop up on the single Quick reference of everyone.
Make sense? 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
Sharing Information Between Excel and Word PB01_MSForums Excel Discussion (Misc queries) 1 May 25th 09 04:49 PM
Formula help on information sharing between 3 worksheets Macmo Excel Discussion (Misc queries) 7 May 13th 06 04:50 PM
Sharing information between workbooks nadia New Users to Excel 3 February 11th 06 08:13 PM
Sharing Information Between Workbooks Tim Excel Worksheet Functions 0 September 25th 05 07:00 PM
Sharing information between Access and Excel C.M. Warden Excel Discussion (Misc queries) 1 March 16th 05 12:38 PM


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