Welcome to the Excel Forum

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.

Please Register to Remove these Ads

Please Register to Remove these Ads



Reply
  #1  
Old 06-27-2009, 01:16 PM
karen1245 karen1245 is offline
Registered User
 
Join Date: 27 Jun 2009
Location: London Ontario
MS Office Version:Excel 2007
Posts: 1
karen1245 is becoming part of the community
incrementing worksheet numbers on a master sheet

Please Register to Remove these Ads

Here is what I have: an Excel workbook where worksheet 1 is named Master and all worksheets after are simply 1,2,3... On the master, I want to reference for example cell C1 for each worksheet. I have it set up so that C1 is the absolute value and it links, however I don't know how to make the sheet numbers increment when I try to use the fill box. If I drag down, it simply copies the formula and then I have to go row by row and do a replace so that the correct worksheet shows in the formula. Is there any way that I can make this work without having to do the find/replace?

thanks,

Karen
Reply With Quote
  #2  
Old 06-27-2009, 01:24 PM
DonkeyOte's Avatar
DonkeyOte DonkeyOte is offline
Forum Guru
 
Join Date: 22 Oct 2008
Location: Suffolk, UK
MS Office Version:2002 & 2007
Posts: 13,669
DonkeyOte has a reputation beyond repute DonkeyOte has a reputation beyond repute DonkeyOte has a reputation beyond repute DonkeyOte has a reputation beyond repute DonkeyOte has a reputation beyond repute DonkeyOte has a reputation beyond repute DonkeyOte has a reputation beyond repute DonkeyOte has a reputation beyond repute DonkeyOte has a reputation beyond repute DonkeyOte has a reputation beyond repute DonkeyOte has a reputation beyond repute
Re: incrementing worksheet numbers on a master sheet

Assuming

MASTER!A1 to link to 1!A1, MASTER!A2 to link to 2!A1 etc...

MASTER
A1: =INDIRECT("'"&ROWS(A$1:A1)&"'!A1")
copied down

INDIRECT is Volatile though... if this is a one off task you could enter

A1: ="#'"&ROWS(A$1:A1)&"'!A1"
copy down

Once complete, highlight column A, copy & paste special the results as values only (ie getting rid of the formulae), then with the column still highligted run an EDIT/REPLACE replaing # with = ... at which point all become non-volatile links.

Last edited by DonkeyOte; 06-27-2009 at 01:28 PM. Reason: added alternative
Reply With Quote


Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump