Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Ethan
 
Posts: n/a
Default Auto increment over multiple worksheets


I couldn't really figure out how to search the forums for this one...
sorry I just don't know the terms that would make a topic such as this
one show up for me.

My question is, (or is it even possible?) :

I am setting up a summary sheet of multiple worksheets and I'm making
multiple columns. Each column corresponds to a specific cell in each
worksheet I want to be able to drag down a column using the auto
increment feature and have it increment the worksheet so that column 1
row 1 has worksheet 1 cell 1 and column 1 row 2 has worksheet 2 cell 1
etc.

I'd just like an automatic way instead of having to change the
worksheet name each time.


--
Ethan
------------------------------------------------------------------------
Ethan's Profile: http://www.excelforum.com/member.php...o&userid=24534
View this thread: http://www.excelforum.com/showthread...hreadid=381267

  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

If the sheet names are the default names: Sheet1, Sheet2, Sheet3, etc OR if
the sheet names are something like 1, 2, 3, etc, OR Week1, Week2, Week3,
etc, then something like this will work:

For SheetX:

=INDIRECT("sheet"&ROW(1:1)&"!A1")

For 1, 2

=INDIRECT(ROW(1:1)&"!A1")

Biff


"Ethan" wrote in message
...

I couldn't really figure out how to search the forums for this one...
sorry I just don't know the terms that would make a topic such as this
one show up for me.

My question is, (or is it even possible?) :

I am setting up a summary sheet of multiple worksheets and I'm making
multiple columns. Each column corresponds to a specific cell in each
worksheet I want to be able to drag down a column using the auto
increment feature and have it increment the worksheet so that column 1
row 1 has worksheet 1 cell 1 and column 1 row 2 has worksheet 2 cell 1
etc.

I'd just like an automatic way instead of having to change the
worksheet name each time.


--
Ethan
------------------------------------------------------------------------
Ethan's Profile:
http://www.excelforum.com/member.php...o&userid=24534
View this thread: http://www.excelforum.com/showthread...hreadid=381267



  #3   Report Post  
Gord Dibben
 
Posts: n/a
Default

Ethan

If Sheet1, Sheet2 etc. enter this formula in A1 of your master sheet.

=INDIRECT("'Sheet" & (ROW() & "'!$A$1")

Drag/copy down column B.

If sheets have unique names, enter the sheet names in a column and use this
formula.

=INDIRECT(B1 & "!$A$1")

If spaces in sheetnames use =INDIRECT("'" & B1 & "'!$A$1")

Assume sheet names were in B1:B10 you would copy down 10 cells.

Your ranges may differ, so adjust to suit.


Gord Dibben Excel MVP

On Wed, 22 Jun 2005 10:40:10 -0500, Ethan
wrote:


I couldn't really figure out how to search the forums for this one...
sorry I just don't know the terms that would make a topic such as this
one show up for me.

My question is, (or is it even possible?) :

I am setting up a summary sheet of multiple worksheets and I'm making
multiple columns. Each column corresponds to a specific cell in each
worksheet I want to be able to drag down a column using the auto
increment feature and have it increment the worksheet so that column 1
row 1 has worksheet 1 cell 1 and column 1 row 2 has worksheet 2 cell 1
etc.

I'd just like an automatic way instead of having to change the
worksheet name each time.


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
What is the quickest method to insert & name multiple worksheets . clyonesse Excel Worksheet Functions 8 September 20th 05 10:55 PM
Need to have multiple worksheets use a single worksheet storm5527 Excel Worksheet Functions 1 April 22nd 05 11:25 AM
fax multiple worksheets volleyman Excel Worksheet Functions 0 March 30th 05 05:51 PM
Extracting data from multiple worksheets into a list mnirula Excel Worksheet Functions 16 February 25th 05 08:52 PM
Countif with multiple criteria and multiple worksheets JJ Excel Worksheet Functions 1 December 28th 04 06:37 PM


All times are GMT +1. The time now is 03:51 AM.

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"