Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
albertmb
 
Posts: n/a
Default Increasing Sheet Numbers by one on fill down command

Hi everyone - hope someone can help me
I created multiple sheets with the same formulas, now i need a report sheet
to collect information from these sheets:
Exp: Sheet1, Cell A1 = Sheet2, Cell $A$1
Sheet1, Cell A2 = Sheet3, Cell $A$1
Sheet1, Cell A3 = Sheet4, Cell $A$1
If I want the cell number to increase by 1 I remove the dollar sign, but I
can not find a way to increase the sheet number by 1, and having 250 sheets
it will take ages to adjust manually.

Can anyone help me please?

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron de Bruin
 
Posts: n/a
Default Increasing Sheet Numbers by one on fill down command

If you sheet names are sheet1,sheet2..... sheet30
Then copy this formula in A1 and copy down

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

You can also do it with a macro
http://www.rondebruin.nl/summary.htm

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


"albertmb" wrote in message ...
Hi everyone - hope someone can help me
I created multiple sheets with the same formulas, now i need a report sheet
to collect information from these sheets:
Exp: Sheet1, Cell A1 = Sheet2, Cell $A$1
Sheet1, Cell A2 = Sheet3, Cell $A$1
Sheet1, Cell A3 = Sheet4, Cell $A$1
If I want the cell number to increase by 1 I remove the dollar sign, but I
can not find a way to increase the sheet number by 1, and having 250 sheets
it will take ages to adjust manually.

Can anyone help me please?

Thanks



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
MIcrosoft Excel: should allow sheet increase by 1 on fill down albertmb Excel Discussion (Misc queries) 7 January 17th 06 02:48 PM
I cannot see my fill color on my spread sheet. I disappears carledge Excel Discussion (Misc queries) 1 November 30th 05 01:41 PM
Command Button Moves when sheet printed DarbyDog Excel Discussion (Misc queries) 2 September 22nd 05 03:24 PM
Keyboard command to replace double clicking the fill handle Pat Excel Discussion (Misc queries) 1 May 18th 05 05:50 PM
Identifying the Active Fill Color Steve Conary Excel Discussion (Misc queries) 3 December 9th 04 04:45 AM


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