Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I have a template that I use to track productivity of warehouse employees. This document contains 4 worksheets (weeks 1-4) and each has six days (Mon-Sat) with the same layout (see attached pic). Cells A4-A21 on the first worksheet are referenced for each of the following days so that if a new employee is added in the "X1" - "X6" cells (for example), all other related cells across all four worksheets are automatically updated. So far, so good. Where I am having a challenge is that I also have worksheets that contain monthly reports for each employee. I would like to know if there is a way to associate a tab name with Cells A4-A21 so that when changes are made to these cells the tab names will automatically change as well. I am using Excel 2003. +-------------------------------------------------------------------+ |Filename: sample pic.zip | |Download: http://www.excelforum.com/attachment.php?postid=5157 | +-------------------------------------------------------------------+ -- Slave2Six ------------------------------------------------------------------------ Slave2Six's Profile: http://www.excelforum.com/member.php...o&userid=36904 View this thread: http://www.excelforum.com/showthread...hreadid=569055 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'd probably do this with a worksheet_change event with a named range
assigned to the cells that you are checking. Read this for more information http://www.cpearson.com/excel/events.htm "Slave2Six" wrote: I have a template that I use to track productivity of warehouse employees. This document contains 4 worksheets (weeks 1-4) and each has six days (Mon-Sat) with the same layout (see attached pic). Cells A4-A21 on the first worksheet are referenced for each of the following days so that if a new employee is added in the "X1" - "X6" cells (for example), all other related cells across all four worksheets are automatically updated. So far, so good. Where I am having a challenge is that I also have worksheets that contain monthly reports for each employee. I would like to know if there is a way to associate a tab name with Cells A4-A21 so that when changes are made to these cells the tab names will automatically change as well. I am using Excel 2003. +-------------------------------------------------------------------+ |Filename: sample pic.zip | |Download: http://www.excelforum.com/attachment.php?postid=5157 | +-------------------------------------------------------------------+ -- Slave2Six ------------------------------------------------------------------------ Slave2Six's Profile: http://www.excelforum.com/member.php...o&userid=36904 View this thread: http://www.excelforum.com/showthread...hreadid=569055 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Barb, Thanks. I''ve never really worked with VBA so this is going to take some serious study. Any suggestions as to educational guidelines would be welcome. -Slave -- Slave2Six ------------------------------------------------------------------------ Slave2Six's Profile: http://www.excelforum.com/member.php...o&userid=36904 View this thread: http://www.excelforum.com/showthread...hreadid=569055 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
changing names in Cells of the Sales Pipeline management template? | Excel Worksheet Functions | |||
Copy/Paste how to avoid the copy of formula cells w/o calc values | Excel Discussion (Misc queries) | |||
Does excel recognise names rather than cells? | Excel Worksheet Functions | |||
Help adding text values | Excel Worksheet Functions | |||
Convert data type of cells to Text,Number,Date and Time | Excel Worksheet Functions |