Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 184
Default Have worksheet changes cascade down?

Hello. I have a workbook in Excel 2007 that is made up of three different
worksheets. I want to copy those three worksheets so there are a total of
four sets of the three worksheets. I know how to do that, but when I make a
change to the content of the original three sheets, I want that change to
cascade down the other three identical pages.

For example...we're using the worksheet to track harness uasage for several
individuals, over a four week period. If I change on of the individuals names
on the first sheet of the three sheet set, I want that change to cascade to
the first sheet of the three following sets. I understand that if add
something to the first sheet, it will fill in the same cell on the following
sheets, but I need to change some of the copied data and have it update in
the corresponding sheets after.

Thanks for any input.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default Have worksheet changes cascade down?

Are the secondary sheets going to remain identical to the parent or do
just certain cells transfer over?
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 184
Default Have worksheet changes cascade down?

There are three different sheets and I need to copy them exactly so I have
four exact duplicates of the original three. What happens... we have
performers that are all assigned harnesses. These performers have contracts
of varying lengths. When one performer leaves or we get a new performer, I
want to be able to add that performer (or remove) on the first three sheets
and have that change "cascade" down to the other three sets of sheets. The
sheets are to track the usage of the harnesses and that a technician has
inspected them and the performer has then inspected them.

Does that help? Thanks.

"Spiky" wrote:

Are the secondary sheets going to remain identical to the parent or do
just certain cells transfer over?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Have worksheet changes cascade down?

You can copy a sheet into the same workbook just by CTRL-dragging the
sheet tab, do this three times for each of your sheets and you will
have your 4 sets of copied sheets - you may want to rename them
appropriately.

If you group some sheets together, then any change that you make on
one sheet will be reflected on all the sheets. So, if you want to make
changes to Sheet1 and its copies, select the sheet and then hold down
the CTRL key while you click on the other sheets that were copied from
it. Make whatever changes you need to, then click on one of the other
sheet tabs to ungroup the sheets, or right-click on one of the grouped
sheet tabs and click Ungroup sheets from the drop-down.

Use this method whenever you need to change something in all 4 copies
of a sheet.

Hope this helps.

Pete

On Sep 2, 11:33*pm, Jeremy wrote:
There are three different sheets and I need to copy them exactly so I have
four exact duplicates of the original three. What happens... we have
performers that are all assigned harnesses. These performers have contracts
of varying lengths. When one performer leaves or we get a new performer, I
want to be able to add that performer (or remove) on the first three sheets
and have that change "cascade" down to the other three sets of sheets. The
sheets are to track the usage of the harnesses and that a technician has
inspected them and the performer has then inspected them.

Does that help? Thanks.



"Spiky" wrote:
Are the secondary sheets going to remain identical to the parent or do
just certain cells transfer over?- Hide quoted text -


- Show quoted text -


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 184
Default Have worksheet changes cascade down?

Yeah, I knew that. I was hoping there was an easier way as we don't have the
brightest tools in the shed (lol) updating the sheets.

"Pete_UK" wrote:

You can copy a sheet into the same workbook just by CTRL-dragging the
sheet tab, do this three times for each of your sheets and you will
have your 4 sets of copied sheets - you may want to rename them
appropriately.

If you group some sheets together, then any change that you make on
one sheet will be reflected on all the sheets. So, if you want to make
changes to Sheet1 and its copies, select the sheet and then hold down
the CTRL key while you click on the other sheets that were copied from
it. Make whatever changes you need to, then click on one of the other
sheet tabs to ungroup the sheets, or right-click on one of the grouped
sheet tabs and click Ungroup sheets from the drop-down.

Use this method whenever you need to change something in all 4 copies
of a sheet.

Hope this helps.

Pete

On Sep 2, 11:33 pm, Jeremy wrote:
There are three different sheets and I need to copy them exactly so I have
four exact duplicates of the original three. What happens... we have
performers that are all assigned harnesses. These performers have contracts
of varying lengths. When one performer leaves or we get a new performer, I
want to be able to add that performer (or remove) on the first three sheets
and have that change "cascade" down to the other three sets of sheets. The
sheets are to track the usage of the harnesses and that a technician has
inspected them and the performer has then inspected them.

Does that help? Thanks.



"Spiky" wrote:
Are the secondary sheets going to remain identical to the parent or do
just certain cells transfer over?- Hide quoted text -


- Show quoted text -





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Have worksheet changes cascade down?

Okay then, instead of copying the original sheets you can set a new
one up for each sheet by putting this formula in A1 of a new sheet:

=IF(Sheet1!A1="","",Sheet1!A1)

and copy this formula across and down as required to cover the
information in Sheet1. Then you can apply any formatting from Sheet1
to this new sheet so that it looks the same, and then you can copy the
new sheet twice. Do this for the 2 other original sheets, changing the
sheet name as appropriate.

This way you will not have to group the sheets together, but any
changes in values on the original sheets will be reflected
automatically. However, if you delete or add a row to the original
sheet then the copies will not reflect this.

Hope this helps.

Pete

On Sep 3, 3:39*am, Jeremy wrote:
Yeah, I knew that. I was hoping there was an easier way as we don't have the
brightest tools in the shed (lol) updating the sheets.



"Pete_UK" wrote:
You can copy a sheet into the same workbook just by CTRL-dragging the
sheet tab, do this three times for each of your sheets and you will
have your 4 sets of copied sheets - you may want to rename them
appropriately.


If you group some sheets together, then any change that you make on
one sheet will be reflected on all the sheets. So, if you want to make
changes to Sheet1 and its copies, select the sheet and then hold down
the CTRL key while you click on the other sheets that were copied from
it. Make whatever changes you need to, then click on one of the other
sheet tabs to ungroup the sheets, or right-click on one of the grouped
sheet tabs and click Ungroup sheets from the drop-down.


Use this method whenever you need to change something in all 4 copies
of a sheet.


Hope this helps.


Pete


On Sep 2, 11:33 pm, Jeremy wrote:
There are three different sheets and I need to copy them exactly so I have
four exact duplicates of the original three. What happens... we have
performers that are all assigned harnesses. These performers have contracts
of varying lengths. When one performer leaves or we get a new performer, I
want to be able to add that performer (or remove) on the first three sheets
and have that change "cascade" down to the other three sets of sheets.. The
sheets are to track the usage of the harnesses and that a technician has
inspected them and the performer has then inspected them.


Does that help? Thanks.


"Spiky" wrote:
Are the secondary sheets going to remain identical to the parent or do
just certain cells transfer over?- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 184
Default Have worksheet changes cascade down?

That sounds like the ticket. I'll try it as soon as I get home and let you
know. Thanks!

"Pete_UK" wrote:

Okay then, instead of copying the original sheets you can set a new
one up for each sheet by putting this formula in A1 of a new sheet:

=IF(Sheet1!A1="","",Sheet1!A1)

and copy this formula across and down as required to cover the
information in Sheet1. Then you can apply any formatting from Sheet1
to this new sheet so that it looks the same, and then you can copy the
new sheet twice. Do this for the 2 other original sheets, changing the
sheet name as appropriate.

This way you will not have to group the sheets together, but any
changes in values on the original sheets will be reflected
automatically. However, if you delete or add a row to the original
sheet then the copies will not reflect this.

Hope this helps.

Pete

On Sep 3, 3:39 am, Jeremy wrote:
Yeah, I knew that. I was hoping there was an easier way as we don't have the
brightest tools in the shed (lol) updating the sheets.



"Pete_UK" wrote:
You can copy a sheet into the same workbook just by CTRL-dragging the
sheet tab, do this three times for each of your sheets and you will
have your 4 sets of copied sheets - you may want to rename them
appropriately.


If you group some sheets together, then any change that you make on
one sheet will be reflected on all the sheets. So, if you want to make
changes to Sheet1 and its copies, select the sheet and then hold down
the CTRL key while you click on the other sheets that were copied from
it. Make whatever changes you need to, then click on one of the other
sheet tabs to ungroup the sheets, or right-click on one of the grouped
sheet tabs and click Ungroup sheets from the drop-down.


Use this method whenever you need to change something in all 4 copies
of a sheet.


Hope this helps.


Pete


On Sep 2, 11:33 pm, Jeremy wrote:
There are three different sheets and I need to copy them exactly so I have
four exact duplicates of the original three. What happens... we have
performers that are all assigned harnesses. These performers have contracts
of varying lengths. When one performer leaves or we get a new performer, I
want to be able to add that performer (or remove) on the first three sheets
and have that change "cascade" down to the other three sets of sheets.. The
sheets are to track the usage of the harnesses and that a technician has
inspected them and the performer has then inspected them.


Does that help? Thanks.


"Spiky" wrote:
Are the secondary sheets going to remain identical to the parent or do
just certain cells transfer over?- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -



  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Have worksheet changes cascade down?

You're welcome.

Pete

On Sep 3, 11:19*pm, Jeremy wrote:
That sounds like the ticket. I'll try it as soon as I get home and let you
know. Thanks!

  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 184
Default Have worksheet changes cascade down?

Pete, you are an Excel god to me!

It worked perfectly!

Thanks you so much!
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 do I set the default so that new documents cascade, not overla pmclarex Excel Discussion (Misc queries) 1 January 30th 08 09:28 PM
How do you create a cascade or waterfall chart Strategist Charts and Charting in Excel 3 October 9th 07 03:43 PM
Excel auto cascade Info daisosasen01 New Users to Excel 0 August 22nd 06 06:50 PM
Cascade selection of Drop down menus KC Excel Worksheet Functions 3 July 6th 06 12:06 AM
Cascade Validation matelot Excel Worksheet Functions 3 November 18th 05 02:15 AM


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