Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 336
Default Auto fill cells in other tabs from one master tab and protect them

I have created a spreadsheet with about 6 tabs. Often data on tab 1worksheet
is found again on tab 2,3,5,6. I would like this data to be auto filled so
that changes only need to be made on the first tab. the change will then be
updated to the other corresponding cells with the new data without having to
enter it onto each tab.
The other tabs will then be protected so the value can only be changed on
the first tab.
Thank you
Martin
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Auto fill cells in other tabs from one master tab and protect them

Martin

You can link the master cells to the other sheets by selecting a cell on the
master sheet and Copy.

Switch to other sheet and select a cell then EditPaste SpecialPaste Link.

Once done, you can set the cell properties on other sheets to locked and protect
the sheets.

User cannot edit the cell, but the linked formulas will work.


Gord Dibben MS Excel MVP

On Fri, 5 Oct 2007 12:37:02 -0700, Martin
wrote:

I have created a spreadsheet with about 6 tabs. Often data on tab 1worksheet
is found again on tab 2,3,5,6. I would like this data to be auto filled so
that changes only need to be made on the first tab. the change will then be
updated to the other corresponding cells with the new data without having to
enter it onto each tab.
The other tabs will then be protected so the value can only be changed on
the first tab.
Thank you
Martin


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Auto fill cells in other tabs from one master tab and protect them

You can use VLOOKUP for this. Assume the data you want to match is in
column A on all sheets, that you have 6 columns of data, and 100 rows
in Sheet1. Then in your subsidiary sheets you can enter this in B1:

=VLOOKUP($A1,Sheet1!$A$1:$F$100,COLUMN(B1),0)

and it will return the data from column B of Sheet1 corresponding to
an exact match in column A to the value in A1 (the data does not have
to be sorted).

You can then copy this formula across into C1:F1 to get the other
items of data. Then you can copy B1:F1 down the rows as necessary.

Note that if there is not an exact match with data items in Sheet1 the
formula will return #NA, though there are ways of dealing with this.

Hope this helps.

Pete

On Oct 5, 8:37 pm, Martin wrote:
I have created a spreadsheet with about 6 tabs. Often data on tab 1worksheet
is found again on tab 2,3,5,6. I would like this data to be auto filled so
that changes only need to be made on the first tab. the change will then be
updated to the other corresponding cells with the new data without having to
enter it onto each tab.
The other tabs will then be protected so the value can only be changed on
the first tab.
Thank you
Martin



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
Suggestion : Auto fill , Formating and Sorting of Tabs Mr. Low Excel Discussion (Misc queries) 0 September 14th 07 06:50 PM
Auto Fill a row of cells Shanny Excel Discussion (Misc queries) 1 January 11th 07 08:31 PM
Auto Fill workshseet tabs? Sandy@theblade Excel Discussion (Misc queries) 1 August 2nd 05 08:40 PM
Auto Populating cells from a master spreadsheet Steve K Excel Discussion (Misc queries) 0 July 1st 05 05:01 PM
Auto fill in cells Man Utd Excel Worksheet Functions 1 June 16th 05 05:32 AM


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"