Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Andrew Stephen
 
Posts: n/a
Default Linking to another worksheet

Hi

I am not sure I am go to explain this correctly, but I will try my best.

I have a workbook with a number of worksheets called week 1, week 2 up to
week 52.

I then have a summary sheet that is used to summarise data from the various
weeks. In the summary worksheet I have a column listing the weeks

ie
B
5 Week 1
6 Week 2
7 Week 3
etc

and what I would like to do is use the name of the week to link to the
worksheets rather then using say ='Week 2'!T$27 as I have approx 50 cells
that I summarise the day and would like to make adding of a new week a
little easier.

I hope I have explained this OK and appreciated any suggestions.

Cheers
Andrew


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron de Bruin
 
Posts: n/a
Default Linking to another worksheet

hi Andrew

You can use indirect

With the sheet names in B

=INDIRECT("'" & B1 &"'!A1")


If your sheet names are Week 1, Week 2..... Week 52 you can also use this
Then copy this formula in A1 and copy down

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

--
Regards Ron de Bruin
http://www.rondebruin.nl


"Andrew Stephen" wrote in message ...
Hi

I am not sure I am go to explain this correctly, but I will try my best.

I have a workbook with a number of worksheets called week 1, week 2 up to week 52.

I then have a summary sheet that is used to summarise data from the various weeks. In the summary worksheet I have a column
listing the weeks

ie
B
5 Week 1
6 Week 2
7 Week 3
etc

and what I would like to do is use the name of the week to link to the worksheets rather then using say ='Week 2'!T$27 as I have
approx 50 cells that I summarise the day and would like to make adding of a new week a little easier.

I hope I have explained this OK and appreciated any suggestions.

Cheers
Andrew



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 a worksheet to one in another book Alec Holliday Excel Discussion (Misc queries) 1 January 2nd 06 02:06 AM
Excel 2003 - Linking Formulas, Worksheet to Worksheet windsong Excel Discussion (Misc queries) 4 November 15th 05 03:10 PM
Comparing a list to a Calendar worksheet. PatrickL Excel Worksheet Functions 0 August 25th 05 04:21 PM
how do i use sumif when linking worksheet anushri Excel Discussion (Misc queries) 1 July 24th 05 12:57 PM
Weekly Transaction Processing Ralph Howarth Excel Worksheet Functions 4 January 19th 05 05:37 AM


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