Unique P.O. numbers

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

Guest

With Excel 97 I received a template for creating Invoices. One of the features on that form was to assign a unique number to it through an icon titled "Assign a Number" which was part of the "Invoice" toolbar. In Excel XP I can neither find the "Invoice" toolbar nor the "Assign a Number" icon in the custom a toolbar list. Is there still a way to assign a unique number

If you can help, it would be greatly appreciated by me
 
Check out this previously posted message on 11/24/2003.
This is the formula to create unique, sequential numbers
from that post:

Here's a formula

=INT(RAND()*(99999-10000)+10000)

press F9 to recalculate

-sam
-----Original Message-----
With Excel 97 I received a template for creating
Invoices. One of the features on that form was to assign a
unique number to it through an icon titled "Assign a
Number" which was part of the "Invoice" toolbar. In Excel
XP I can neither find the "Invoice" toolbar nor
the "Assign a Number" icon in the custom a toolbar list.
Is there still a way to assign a unique number?
 
Back
Top