Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 192
Default formula won't change correctly when dragged

In Excel 2003:
I have this formula: ='5West'!F33 and I want to drag it down to the cell
below this one and have the column reference ("F") change but not the row
reference ("33") so the new formula would be: ='5West'!G33. But instead it
changed the number and not the letter.
If I make the formula: ='5West'!F$33, then it drags the formula down as is
and still doesn't change the letter. How can I make it change the letter?
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default formula won't change correctly when dragged

Assume you want the formulas entered starting in cell A1...

=INDEX('5West'!F$33:J$33,ROWS(A$1:A1))

Change J$33 to reflect the actual end of the range you're using.

--
Biff
Microsoft Excel MVP


"Meenie" wrote in message
...
In Excel 2003:
I have this formula: ='5West'!F33 and I want to drag it down to the cell
below this one and have the column reference ("F") change but not the row
reference ("33") so the new formula would be: ='5West'!G33. But instead it
changed the number and not the letter.
If I make the formula: ='5West'!F$33, then it drags the formula down as is
and still doesn't change the letter. How can I make it change the letter?
Thanks



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 192
Default formula won't change correctly when dragged

Wow, that works perfectly... now... is there a way to be able to drag it
across the rows so it does the same thing without changing the F...:J...?
(I know, I don't want much!)

"T. Valko" wrote:

Assume you want the formulas entered starting in cell A1...

=INDEX('5West'!F$33:J$33,ROWS(A$1:A1))

Change J$33 to reflect the actual end of the range you're using.

--
Biff
Microsoft Excel MVP


"Meenie" wrote in message
...
In Excel 2003:
I have this formula: ='5West'!F33 and I want to drag it down to the cell
below this one and have the column reference ("F") change but not the row
reference ("33") so the new formula would be: ='5West'!G33. But instead it
changed the number and not the letter.
If I make the formula: ='5West'!F$33, then it drags the formula down as is
and still doesn't change the letter. How can I make it change the letter?
Thanks




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 192
Default formula won't change correctly when dragged

OOO never mind I figured it out!!!!!!!! Thanks bunches!

"T. Valko" wrote:

Assume you want the formulas entered starting in cell A1...

=INDEX('5West'!F$33:J$33,ROWS(A$1:A1))

Change J$33 to reflect the actual end of the range you're using.

--
Biff
Microsoft Excel MVP


"Meenie" wrote in message
...
In Excel 2003:
I have this formula: ='5West'!F33 and I want to drag it down to the cell
below this one and have the column reference ("F") change but not the row
reference ("33") so the new formula would be: ='5West'!G33. But instead it
changed the number and not the letter.
If I make the formula: ='5West'!F$33, then it drags the formula down as is
and still doesn't change the letter. How can I make it change the letter?
Thanks




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default formula won't change correctly when dragged

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Meenie" wrote in message
...
OOO never mind I figured it out!!!!!!!! Thanks bunches!

"T. Valko" wrote:

Assume you want the formulas entered starting in cell A1...

=INDEX('5West'!F$33:J$33,ROWS(A$1:A1))

Change J$33 to reflect the actual end of the range you're using.

--
Biff
Microsoft Excel MVP


"Meenie" wrote in message
...
In Excel 2003:
I have this formula: ='5West'!F33 and I want to drag it down to the
cell
below this one and have the column reference ("F") change but not the
row
reference ("33") so the new formula would be: ='5West'!G33. But instead
it
changed the number and not the letter.
If I make the formula: ='5West'!F$33, then it drags the formula down as
is
and still doesn't change the letter. How can I make it change the
letter?
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
replace a number in a sentence every time it is dragged SushilNayal Excel Worksheet Functions 1 March 3rd 07 01:50 PM
Locking Clolumn Color So It Won't Get Dragged Away Rocco_Boy Excel Discussion (Misc queries) 4 November 22nd 06 04:10 AM
Formula not changing when Dragged!!!! aposatsk Excel Discussion (Misc queries) 2 August 17th 06 02:53 PM
How do I keep text viewing correctly as I change zoom % Directionalman Excel Discussion (Misc queries) 1 February 5th 06 03:32 PM
Indirect reference to another sheet that can be dragged Brian Excel Worksheet Functions 1 October 17th 05 09:05 PM


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