Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
gall
 
Posts: n/a
Default 3-d reference not adjusting when using Fill Handle to copy down

I am trying to copy a 3-d reference from a cell to others below it using the
fill handle. According to the book I'm referencing, the formula should copy
and adjust automatically. But when I drag the fill handle, the formula is
not adjust.

Example:
Cell A1: ='Section 1'!B22
If I click the fill handle from A1 to C1 I would expect the values:
Cell b1: ='Section 2'!B22
Cell c1: ='Section 3'!B22

Thanks,
Gall

  #2   Report Post  
tjtjjtjt
 
Posts: n/a
Default

The cell references will change, not the sheets.

What you should be getting would be:
='Section 1'!B22
='Section 1'!B23
='Section 1'!B24

tj


"gall" wrote:

I am trying to copy a 3-d reference from a cell to others below it using the
fill handle. According to the book I'm referencing, the formula should copy
and adjust automatically. But when I drag the fill handle, the formula is
not adjust.

Example:
Cell A1: ='Section 1'!B22
If I click the fill handle from A1 to C1 I would expect the values:
Cell b1: ='Section 2'!B22
Cell c1: ='Section 3'!B22

Thanks,
Gall

  #3   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Try this:

=INDIRECT("'Section "&ROW(A1)&"'!B$22")

Biff

-----Original Message-----
I am trying to copy a 3-d reference from a cell to others

below it using the
fill handle. According to the book I'm referencing, the

formula should copy
and adjust automatically. But when I drag the fill

handle, the formula is
not adjust.

Example:
Cell A1: ='Section 1'!B22
If I click the fill handle from A1 to C1 I would expect

the values:
Cell b1: ='Section 2'!B22
Cell c1: ='Section 3'!B22

Thanks,
Gall

.

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

Gall

=INDIRECT("Section" & (COLUMN()) & "!B22") entered in A1

When copied Across, B1 will be Section2!B22, C1 Section3!B22, etc.

Gord Dibben Excel MVP


On Tue, 23 Nov 2004 18:13:02 -0800, "gall"
wrote:

I am trying to copy a 3-d reference from a cell to others below it using the
fill handle. According to the book I'm referencing, the formula should copy
and adjust automatically. But when I drag the fill handle, the formula is
not adjust.

Example:
Cell A1: ='Section 1'!B22
If I click the fill handle from A1 to C1 I would expect the values:
Cell b1: ='Section 2'!B22
Cell c1: ='Section 3'!B22

Thanks,
Gall


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
Maintaining cell reference after sorting GRITS Excel Discussion (Misc queries) 2 April 30th 23 07:42 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 02:08 AM.

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"