View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
RagDyeR RagDyeR is offline
external usenet poster
 
Posts: 3,572
Default in formula a range cell reference eg) $A1:$A20 that is static when filling

You mean like this:

=SUM($A$1:$A$20)
?
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
wrote in message
...
if i want a cell reference to not increment when filling i put a
dollar sign in front of it

i noticed this does not work when you specify a range of cells eg )
$A1:$A20 although it is not an error

when i fill in a formula it still increments the cell reference in
each row but if i specify a single cell it does not.

does anyone know the syntax for this, it's hard to word so i havent
been able to find anything on google.

thanks for your help!

cheers,
/sh