Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 231
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default 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.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 62
Default 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.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default 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.


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
linking multiple columns onto multiple worksheets talderman Excel Discussion (Misc queries) 3 August 23rd 06 02:00 AM
Vlookup against multiple columns/worksheets question JCarter Excel Discussion (Misc queries) 8 March 9th 05 04:59 PM


All times are GMT +1. The time now is 12:32 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"