View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.newusers
Eduardo Eduardo is offline
external usenet poster
 
Posts: 2,276
Default How to modify a primary worksheet linked to another worksheet

Hi,
in order to copy to another workbook, highlight your sheet, right click on
the mouse, copy, go to a new sheet let's say sheet5 go to cell A1, right
click on the mouse paste. Now you have your copy, you can play around with
the numbers, without compromising your data. you can copy all the information
in a new workbook. same procedure up to copy, then go to a new workbook again
to cell a1 and paste there

hope this helps

"mamorellana" wrote:

I already tried using =INDIRECT infront of the formula, but whenever I modify
Book1 by adding, moving or deleting rows, all my dates in Book 2 are mess up.

Should I lock the full row in Book1? or what else can I do?

Thanks!!

Marcela

"Max" wrote:

One guess ..
Provided Book1.xls is always simultaneously open with Book2.xls
In Book2.xls,
instead of: =[Book1.xls]Sheet1!$I$19
you could use: =INDIRECT("[Book1.xls]Sheet1!I19")
which will always point to that particular source cell, ie I19 in Sheet1, in
Book1. Irrespective of what you may do (eg: add/move/delete rows in Book1)
which may impact that particular source cell.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:300 Subscribers:70
xdemechanik
---
"mamorellana" wrote:
I have a primary worksheet that contains dates. Example: Book1 - Cell I19
has a date as of 16-Jun-06. And Book 2 - Cell L2 is linked to Book 1 - Cell
I19 as =[Book1.xls]Sheet1!$I$19. If I add, move or delete rows on the primary
worksheet, all the dates in the secondary worksheet are mess up. What can I
do??

I want to add/move/delete rows on Book1 without affecting Book2