A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

changing worksheet reference name when copying down cells



 
 
Thread Tools Display Modes
  #1  
Old May 19th, 2010, 03:03 AM posted to microsoft.public.excel.worksheet.functions
ferne
external usenet poster
 
Posts: 7
Default changing worksheet reference name when copying down cells

I have a yearly summary worksheet by week. Each week i add the weekly report
to the workbook. I need a formula on the summary sheet that will change the
worksheet name when I copy it down. Is there any way to do this? Would send
a copy of my workbook but nowhere to attach it.
--
ferne
  #2  
Old May 19th, 2010, 04:52 AM posted to microsoft.public.excel.worksheet.functions
ozgrid.com
external usenet poster
 
Posts: 328
Default changing worksheet reference name when copying down cells

Yes, list you worksheet names in any Column and use INDIRECT.



--
Regards
Dave Hawley
www.ozgrid.com
"ferne" wrote in message
...
I have a yearly summary worksheet by week. Each week i add the weekly
report
to the workbook. I need a formula on the summary sheet that will change
the
worksheet name when I copy it down. Is there any way to do this? Would
send
a copy of my workbook but nowhere to attach it.
--
ferne


  #3  
Old May 19th, 2010, 07:46 AM posted to microsoft.public.excel.worksheet.functions
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default changing worksheet reference name when copying down cells

If your worksheets are named as Week1, Week2 etc; try the below and copy down

=INDIRECT("'Sheet" & ROW(A1) & "'!A1")

If a sheet do not exist this will return an error; to handle that use the
below version

=IF(ISREF(INDIRECT("'Sheet" & ROW(A1) & "'!A1")),
INDIRECT("'Sheet" & ROW(A1) & "'!A1"),"")

--
Jacob (MVP - Excel)


"ferne" wrote:

I have a yearly summary worksheet by week. Each week i add the weekly report
to the workbook. I need a formula on the summary sheet that will change the
worksheet name when I copy it down. Is there any way to do this? Would send
a copy of my workbook but nowhere to attach it.
--
ferne

  #4  
Old May 19th, 2010, 07:46 AM posted to microsoft.public.excel.worksheet.functions
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default changing worksheet reference name when copying down cells

Rename 'Sheet' to 'Week'

--
Jacob (MVP - Excel)


"ferne" wrote:

I have a yearly summary worksheet by week. Each week i add the weekly report
to the workbook. I need a formula on the summary sheet that will change the
worksheet name when I copy it down. Is there any way to do this? Would send
a copy of my workbook but nowhere to attach it.
--
ferne

  #5  
Old May 20th, 2010, 02:49 AM posted to microsoft.public.excel.worksheet.functions
ferne
external usenet poster
 
Posts: 7
Default changing worksheet reference name when copying down cells

Thanks so much for your help. I have just started using more formulas but
couldn't put this together.

Thanks again!
--
ferne


"Jacob Skaria" wrote:

Rename 'Sheet' to 'Week'

--
Jacob (MVP - Excel)


"ferne" wrote:

I have a yearly summary worksheet by week. Each week i add the weekly report
to the workbook. I need a formula on the summary sheet that will change the
worksheet name when I copy it down. Is there any way to do this? Would send
a copy of my workbook but nowhere to attach it.
--
ferne

  #6  
Old May 20th, 2010, 02:55 AM posted to microsoft.public.excel.worksheet.functions
ferne
external usenet poster
 
Posts: 7
Default changing worksheet reference name when copying down cells

Thanks for your help
--
ferne


"ozgrid.com" wrote:

Yes, list you worksheet names in any Column and use INDIRECT.



--
Regards
Dave Hawley
www.ozgrid.com
"ferne" wrote in message
...
I have a yearly summary worksheet by week. Each week i add the weekly
report
to the workbook. I need a formula on the summary sheet that will change
the
worksheet name when I copy it down. Is there any way to do this? Would
send
a copy of my workbook but nowhere to attach it.
--
ferne


.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:27 PM.


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