ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   replicate columns across multiple worksheets (https://www.excelbanter.com/excel-worksheet-functions/176117-replicate-columns-across-multiple-worksheets.html)

Sarah

replicate columns across multiple worksheets
 
A user has a precreated workbook with 12 sheets named jan - dec. Each
worksheet has the names of people in one column and their total holiday
allocation in another column.

When they enter a new name at the end of the list, the name gets replicated
across all worksheets.

However, when they add a new row in the middle of the current list of names
and add a name to the column, this doesn't get replicated across all other
worksheets.

There is obviously some kind of formatting, but I don't know where to look.
Please could someone advise.

ryguy7272

replicate columns across multiple worksheets
 
Sounds like Event Code -- right-click on the tab and select View Code.
http://www.cpearson.com/excel/AppEvent.aspx

http://exceltips.vitalnews.com/Pages...et_Events.html



Regards,
Ryan---


--
RyGuy


"sarah" wrote:

A user has a precreated workbook with 12 sheets named jan - dec. Each
worksheet has the names of people in one column and their total holiday
allocation in another column.

When they enter a new name at the end of the list, the name gets replicated
across all worksheets.

However, when they add a new row in the middle of the current list of names
and add a name to the column, this doesn't get replicated across all other
worksheets.

There is obviously some kind of formatting, but I don't know where to look.
Please could someone advise.


MrAcquire

replicate columns across multiple worksheets
 
While you could solve the user's problem with code, I suggest redoing the
workbook with a better design, have one worksheet (or one worksheet per year
if you want to save history) with headings as follows. That is, combine the
12 worksheets into one.

Name Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec

"sarah" wrote:

A user has a precreated workbook with 12 sheets named jan - dec. Each
worksheet has the names of people in one column and their total holiday
allocation in another column.

When they enter a new name at the end of the list, the name gets replicated
across all worksheets.

However, when they add a new row in the middle of the current list of names
and add a name to the column, this doesn't get replicated across all other
worksheets.

There is obviously some kind of formatting, but I don't know where to look.
Please could someone advise.


Gord Dibben

replicate columns across multiple worksheets
 
The data could be replicated in the other worksheets via linked cells formulas
like

=IF(Sheet1!A1="","",Sheet1!A1) which is then dragged down and across on each
sheet. Most likely far enough down and across to cover new names at the end of
the list on Sheet1

Inserting a row in the middle in Sheet1 will not carry the links over to the
subsequent sheets, hence no replication.


Gord Dibben MS Excel MVP


On Fri, 8 Feb 2008 11:21:00 -0800, sarah
wrote:

A user has a precreated workbook with 12 sheets named jan - dec. Each
worksheet has the names of people in one column and their total holiday
allocation in another column.

When they enter a new name at the end of the list, the name gets replicated
across all worksheets.

However, when they add a new row in the middle of the current list of names
and add a name to the column, this doesn't get replicated across all other
worksheets.

There is obviously some kind of formatting, but I don't know where to look.
Please could someone advise.




All times are GMT +1. The time now is 03:39 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com