View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default anchoring a cell reference in formula copied or dragged over a ran

Hi,

Like this

= IF(Condition,$G1$4*b,"")

Note you can 'anchor' rows or columns and like above both rows and columns.

Mike

"nev4ever" wrote:

= IF(Condition,G14*b,"") where b is a constant named on another sheet,
Starting with this formula,,
How does one ensure that the cell reference "G14" remains constant when
copying the whole down a column or along a row?
taa,,
NevW