How to Create Unique Reference Numbers for rows of information

D

Dave

Hi

I would like to be able to create a unique reference number automatically
when entering a record in the row.

Can this be done?

Thanks
 
J

Jacob Skaria

Dear Dave

Col A will have the unique reference number
A1 = Header
A2 = If(B2="","",Row()-1)
Paste the formula to the below cells..

If this post helps click Yes
 
Top