View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default consecutive numbers

=ROW(A1)*$A$4, and copy down.
--
David Biddulph

"Phippsy" wrote in message
...
I want to have a column which has a formula which multiplies an absolute
cell
by a number which increases incrementally.
=1*$A$4
=2*$A$4
etc. up to about 100. How can I enter the consecutive number into the
formula so I can replicate it? I don't want an extra column with the
numbers
1-100!
Thanks