Setting up the same Ranges on Multiple Tabs

  • Thread starter Thread starter QuietMan
  • Start date Start date
Q

QuietMan

Hi all,

I use this function to set up the same raneg on multiple tabs is the same
work sheet
=OFFSET(INDIRECT(Report!C$1&"!a1"),0,0,1000,100)

It works great Report!C$1 is the place where I woul just type the sheet I
want the lookup the value on. This works great in the active file..

Does anyone know how to modify the function, or another function that I can
use to do the samething but to another seperate file.

Thanks
 
copy the cell into the new worksheet.
use F2 to edit the cell and change the reference (one time only).
then copy it within the new worksheet.

OR you could copy it within the new worksheet, having it
reference the old worksheet, and then select all those cells
and use Edit Replace to fix the reference.

hope it helps
susan
 
Susan,

I need it to work across tow seperate files one summarises the data in the
onther....
 

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