View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Vito
 
Posts: n/a
Default Keeping a cell value constant trhoughout a list of values


To "freeze" cell references you have to make them absolute using the $

If you want to keep the column index the same put a $ in front of the
column letter and likewise if you want to freeze a row. So if you want
the reference to I3 to remain in tact when copying down the formula, you
would change it to $I$3


So now your formula becomes:
=ATAN(2*B3*$I$4/(2-(B3*$I$3)))


--
Vito
------------------------------------------------------------------------
Vito's Profile: http://www.excelforum.com/member.php...o&userid=29182
View this thread: http://www.excelforum.com/showthread...hreadid=490367