Save multiple copies?

  • Thread starter Thread starter ssc
  • Start date Start date
S

ssc

Is there a way to save more than 1 copy of an excel
spreadsheet (like in a shared network drive area) as read
only and have that spreadsheet linked to update
automatically when the original is updated?
 
I bet you could do it with formulas:

=if([book1.xls]sheet1!a1="","",[book1.xls]sheet1!a1)

And when book1.xls is closed.
=IF('C:\My Documents\excel\[book1.xls]Sheet1'!A1="","",
'C:\My Documents\excel\[book1.xls]Sheet1'!A1)

And copy it to the right and down (for each worksheet).

But why bother. Why not just keep the workbook readonly and let the users open
the original in readonly mode? It seems a lot simpler to me.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top