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 reference to other sheet

in sheet2 I want A1 to refer to A23 of sheet1, so I fill in "=sheet1'!A23",
this will the put the contents of cell A23 in sheet1 in cell A1 of sheet2
in sheet2 I want A2 to refer to A46 of sheet1, so I fill in "=sheet1'!A46",
this will the put the contents of cell A46 in sheet1 in cell A2 of sheet2

in general in sheet2 I want An to refer to A23n of sheet1

Is there an easy way to fill in these formulas in sheet2?
I would like to use the fill handle but don't know how. When I use it the
referenced cell row is incremented with 1 iso 23.

--
David

Homer J. Simpson: "It takes two to lie. One to lie and one to listen."


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default reference to other sheet

Try this:

=OFFSET(Sheet1!A$23,(ROWS($1:1)-1)*23,)

Copy down as needed.

Biff

"Bakerman" <whirlpool at skynet.be wrote in message
...
in sheet2 I want A1 to refer to A23 of sheet1, so I fill in
"=sheet1'!A23",
this will the put the contents of cell A23 in sheet1 in cell A1 of sheet2
in sheet2 I want A2 to refer to A46 of sheet1, so I fill in
"=sheet1'!A46",
this will the put the contents of cell A46 in sheet1 in cell A2 of sheet2

in general in sheet2 I want An to refer to A23n of sheet1

Is there an easy way to fill in these formulas in sheet2?
I would like to use the fill handle but don't know how. When I use it the
referenced cell row is incremented with 1 iso 23.

--
David

Homer J. Simpson: "It takes two to lie. One to lie and one to listen."




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 353
Default reference to other sheet

=OFFSET(Sheet1!$A$1,ROW(1:1)*23-1,0)
enter in cell A1 and copy down as needed.

"Bakerman" wrote:

in sheet2 I want A1 to refer to A23 of sheet1, so I fill in "=sheet1'!A23",
this will the put the contents of cell A23 in sheet1 in cell A1 of sheet2
in sheet2 I want A2 to refer to A46 of sheet1, so I fill in "=sheet1'!A46",
this will the put the contents of cell A46 in sheet1 in cell A2 of sheet2

in general in sheet2 I want An to refer to A23n of sheet1

Is there an easy way to fill in these formulas in sheet2?
I would like to use the fill handle but don't know how. When I use it the
referenced cell row is incremented with 1 iso 23.

--
David

Homer J. Simpson: "It takes two to lie. One to lie and one to listen."



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
Nesting a sheet name reference within a cell reference??? Broyston Excel Discussion (Misc queries) 9 July 8th 08 08:35 PM
Reference information from one sheet to a second sheet Kathleen New Users to Excel 2 March 23rd 06 08:49 PM
Sheet Reference Alectrical Excel Worksheet Functions 3 October 25th 05 02:15 PM
Relative Sheet Reference (Summary Sheet) [email protected] Excel Discussion (Misc queries) 2 October 1st 05 10:42 AM
Reference another sheet... Wild Bill Excel Discussion (Misc queries) 3 January 13th 05 10:38 PM


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