View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default How to Create Unique Reference Numbers for rows of information

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
---------------
Jacob Skaria


"Dave" wrote:

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