AutoIncrementation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have taken over the maintenance of a spread sheet which describes the
population of a treatment center. Each resident is assigned an ID code. As
a new resident moves in he/she is assigned the next sequential ID. The ID's
start as 00001. To prevent the dropping of the lead 0's, my predecessor
formatted these ID"s as text. Since the spreadsheet is resorted several
times a day, I want to make sure that the person responsible for maintaining
the spreadsheet does not enter a duplicate ID number. The director of the
center is not ready to change to a database. Any ideas?
 
Thanks. That helps a lot. But is there a way to have Excel enter the next
sequential number in the series using the parameters i set forth in my
original post?
 
You could have a 'trigger' cell that, when filled, automatically adds the
next number to the first column, I suppose.

AndyB
 
=TEXT(A1,"00000")

Sol said:
Thanks. That helps a lot. But is there a way to have Excel enter the next
sequential number in the series using the parameters i set forth in my
original post?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top