Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Formula for advance worksheet name to next worksheet name

Worksheet1 has cell A1 equal to contents of cell E1 on worksheet2. I want to
copy that down through A50 so that A2 equals contents of E1 on worksheet3, A3
equals E1 on worksheet4 etc. I have two problems, 1) I dont know a formula
for incrementing worksheet name by one/next worksheet name. 2) E1 reference
increments to E2, E3 etc when I copy it down through A50. Any idea on a
formula for this?
--
David Frank, Team Lightning
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,942
Default Formula for advance worksheet name to next worksheet name

hi
make the cell reference in your sheet1 A1 formula absolute.
how?
=Sheet2!$E$1

no matter where you paste it, it will always refer to Sheet2!$E$1

regards
FSt1

"David Frank" wrote:

Worksheet1 has cell A1 equal to contents of cell E1 on worksheet2. I want to
copy that down through A50 so that A2 equals contents of E1 on worksheet3, A3
equals E1 on worksheet4 etc. I have two problems, 1) I dont know a formula
for incrementing worksheet name by one/next worksheet name. 2) E1 reference
increments to E2, E3 etc when I copy it down through A50. Any idea on a
formula for this?
--
David Frank, Team Lightning

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,344
Default Formula for advance worksheet name to next worksheet name

Hi David,

If I understand your request, this will only work if the sheet names
increment by 1, in other words, this will not work if sheet2 is called
accounting and sheet3 is Admin. It will work if sheet1 is called Sheet1 and
the second sheet Sheet2 or any other incrementing name: Enter this formula
in cell A1 of Sheet1 and copy it down

=INDIRECT("Sheet"&ROW(A2)&"!$E$1")

If the sheet names can not be incremented you will need to create and use a
VBA Function.

--
Cheers,
Shane Devenshire


"David Frank" wrote:

Worksheet1 has cell A1 equal to contents of cell E1 on worksheet2. I want to
copy that down through A50 so that A2 equals contents of E1 on worksheet3, A3
equals E1 on worksheet4 etc. I have two problems, 1) I dont know a formula
for incrementing worksheet name by one/next worksheet name. 2) E1 reference
increments to E2, E3 etc when I copy it down through A50. Any idea on a
formula for this?
--
David Frank, Team Lightning

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
Copying a formula from one worksheet to another worksheet Kathie Excel Worksheet Functions 1 May 24th 07 01:31 PM
Advance Filter Formula Teddy-B Excel Discussion (Misc queries) 2 January 7th 07 03:16 PM
formula for scheduling in advance laurel Excel Discussion (Misc queries) 2 September 29th 06 11:46 PM
How do I take a cell in one worksheet and add it into the formula in a different worksheet in the same workbook? Lexi Excel Worksheet Functions 3 September 20th 06 05:52 PM
Need some help with a formula...thanks in advance Jambruins Excel Discussion (Misc queries) 6 October 17th 05 06:52 PM


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