Automatic numbering

R

Russ Kohn

What formula would I use to generate a unique
number "order number" for each row of information that
gets populated on a spreadsheet.
 
E

Ed

Could you not start with a number say 10000 and then just
use =a1+1 where A1 would be the first unique number in the
sequence?
 
Top