Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
kjg kjg is offline
external usenet poster
 
Posts: 3
Default What a drag - changing the formula

Maybe it's late and this is a simple answer, but I'm stumped.

In cell C3, I have the formual {=IF('Test Cycle Tracker'!N3="R", C2, 0)}. I
want to drag this down the cell rows, keeping C2 as a constant. I can't seem
to get it to not change, even with the Ctrl key.

Do I have to go in and do a manual change to each cell, or is my brain locked?
Help! Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 367
Default What a drag - changing the formula

On Nov 14, 1:43 pm, KJG wrote:
Maybe it's late and this is a simple answer, but I'm stumped.

In cell C3, I have the formual {=IF('Test Cycle Tracker'!N3="R", C2, 0)}. I
want to drag this down the cell rows, keeping C2 as a constant. I can't seem
to get it to not change, even with the Ctrl key.

Do I have to go in and do a manual change to each cell, or is my brain locked?
Help! Thanks.



Have you tried this already:
{=IF('Test Cycle Tracker'!N3="R", $C$2, 0)}

hth

Carlo

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 863
Default What a drag - changing the formula


=IF('Test Cycle Tracker'!N3="R", $C$2, 0)

On Tue, 13 Nov 2007 20:43:00 -0800, KJG wrote:

Maybe it's late and this is a simple answer, but I'm stumped.

In cell C3, I have the formual {=IF('Test Cycle Tracker'!N3="R", C2, 0)}. I
want to drag this down the cell rows, keeping C2 as a constant. I can't seem
to get it to not change, even with the Ctrl key.

Do I have to go in and do a manual change to each cell, or is my brain locked?
Help! Thanks.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,510
Default What a drag - changing the formula

Try absolute addressing. $C$2 makes it constant.
$C2 makes the column constant and row changes as dragged down.
C$2 makes the row constant and the column changes as dragged across.

Regards,

OssieMac

"KJG" wrote:

Maybe it's late and this is a simple answer, but I'm stumped.

In cell C3, I have the formual {=IF('Test Cycle Tracker'!N3="R", C2, 0)}. I
want to drag this down the cell rows, keeping C2 as a constant. I can't seem
to get it to not change, even with the Ctrl key.

Do I have to go in and do a manual change to each cell, or is my brain locked?
Help! 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
How do I drag a formula keeping cells the same but changing sheets Claire Excel Worksheet Functions 2 October 30th 07 12:16 PM
drag formula faster Churley Excel Discussion (Misc queries) 4 October 20th 06 09:40 PM
Drag formula down TxVics Excel Worksheet Functions 3 July 21st 06 05:12 PM
Drag Formula Until ( ) Ed Excel Discussion (Misc queries) 0 June 30th 06 03:46 PM
How do i "drag" a formula? Spencer New Users to Excel 14 February 2nd 05 03:22 PM


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