Assigning a Number

  • Thread starter Thread starter jujuwillis
  • Start date Start date
J

jujuwillis

Can Anyone help.

I have a template for a job card.
This template has a database attached to it.
I want to be able to increase the "jobno" by 1 when using template t
create a new job card.
The next job no should be taken from the database for the job card.
If the numbers are to be taken from another sheet/document that woul
be ok as the information onto the database is taken from the job card.

Can anyone help me
 
is the database a sheet or a real database?
what do you mean with "Template"?
 
Use formula like
=LARGE(A:A,1)+1
When creating job card assign result of formula to new
database entry in Column "A". Formula will automatically
increment by 1 ready for next entry.

Peter Scott
 

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