Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default master sheet

I have a workbook with a over 10 worksheets,I have one
sheet I call the Master, I would like that any changes I
make to it are reflected in the other worksheets only if
the are effected by the change to the master, eg on the
master sheet I delete a game from the Atom's but make it a
practice for the Peewee's, I need the game to be removed
form the atom worksheet and a game inserted on the peewee
worksheet, right now I do this manually i know there's got
to be a easier way, with only doing my work on the master
sheet. any help would be greatly appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 691
Default master sheet

If those other worksheets can be generated from the Master
based on the value in a column then you can probably do away
with them and use a filter. Top row should have titles for columns.
Ctrl+A, Data, Filter, AutoFilter
to remove all traces of the filter (like if you don't like this)
Data, Filter, AutoFilter

More information on Filters
Excel Filters -- AutoFilter Basics (Debra Dalgleish)
http://www.contextures.com/xlautofilter01.html

You *pull* values from other places in Excel, if you try to think
in terms of *push* values to another place you will cause yourself
a lot of extra work. More specifically the main thing used in
a spreadsheet are formulas and constants. The formulas are
functions, and functions cannot change anything in any cell
including itself. All a function can do is return a value.

Usually when you have a Master you summarize detail from
other places. An Example of summarizing data from
specific places in other worksheets see
Build TOC Another Approach
http://www.mvps.org/dmcritchie/excel/buildtoc2.htm

---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"hockey nut" wrote in message ...
I have a workbook with a over 10 worksheets,I have one
sheet I call the Master, I would like that any changes I
make to it are reflected in the other worksheets only if
the are effected by the change to the master, eg on the
master sheet I delete a game from the Atom's but make it a
practice for the Peewee's, I need the game to be removed
form the atom worksheet and a game inserted on the peewee
worksheet, right now I do this manually i know there's got
to be a easier way, with only doing my work on the master
sheet. any help would be greatly appreciated.



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
how to print a master sheet together with another sheet jean dezille Excel Discussion (Misc queries) 0 January 17th 10 10:11 AM
Showing Specific Data from Master Sheet to Another Sheet Parker Jones New Users to Excel 1 July 10th 09 02:01 AM
customised sheet from master sheet aditya New Users to Excel 4 June 10th 09 02:39 PM
Master sheet poorboys Excel Discussion (Misc queries) 0 January 3rd 08 04:01 PM
Automatically add records from a new sheet to master sheet [email protected] Excel Discussion (Misc queries) 1 January 2nd 07 08:24 PM


All times are GMT +1. The time now is 05:38 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"