View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael[_10_] Michael[_10_] is offline
external usenet poster
 
Posts: 16
Default Automatic Numbering

Hi all,

What excel formula / function will automatically read the
consecutive number from the one contained in the cell
above, if the value above is a constant. i.e. 1. .

I know it is possible to do it with the date function,

=DATE(YEAR($D$4),MONTH($D$4)+(B13),DAY($D$4)), so I want
to do the same with values.

Thanks


Michael