Linkage between spreadsheets .... link from file1 sheet3 to file 2 sheet 1

  • Thread starter Thread starter dwalley
  • Start date Start date
D

dwalley

Hi.

I have a password protected master spreadsheet with 10 worksheet
included, I would like to create another password protected spreadshee
where the viewer may only see the contents of sheet 3 from the firs
spreadsheet.

It is vital that the second spreadsheet is password protected.

Thanks

Dav
 
Hi
just link the cells from this sheet. something like
=[book1.xls]Sheet3'!A1
in cell a1 of your new worksheet
 
Frank.

Thanks for your reply, I tried that but it only copied the contents o
cell a1 into my secondary sheet. What I want is the entire contents o
the sheet which currently has 40 rows X 30 columns (this may change).

Dav
 
You may want to amend the formula slightly:

=if([book1.xls]Sheet3!A1="","",[book1.xls]Sheet3!A1)

Then drag down and drag to the right.

You won't get 0's for those empty cells.
 

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