View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
pinmaster
 
Posts: n/a
Default create self-generating numbers with letters and numbers


Instead of
TEXT(ROW()-11,"0000")
you could change it to
TEXT(ROW(1:1),"0000")
that way no matter where you start your formula it will always return a
1 in the first cell.

Regards
JG


--
pinmaster
------------------------------------------------------------------------
pinmaster's Profile: http://www.excelforum.com/member.php...fo&userid=6261
View this thread: http://www.excelforum.com/showthread...hreadid=496864