View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
OssieMac OssieMac is offline
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.