Generating auto Number

N

Nandu

Hi There,
I am new to this. I have one problem. I have a workorder sheet, and I want
the work order to be numbered, so everytime I make new workorder, a number
will be added. How do I do that? any idea?
 
J

JP

In addition to what Gary's student responded, you could also add a
helper column with this formula:

=IF(NOT(ISBLANK(B1)),ROW(),"")

For example if your data was in column B, starting in B1, put this
formula in an adjacent column and fill it down as needed. As you add
data to column B, the numbers will fill in.

Of course, you won't be able to sort the data, because the numbers
will change, unless you copy and paste the formula values first, then
reinsert the formula after you're done.

--JP
 

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

Top