sequential numbering for tickets

T

ticketmaker

I want to make tickets with numbers on them so when I cut them they will be
in order.
 
K

Kassie

Type the first number in the appropriate cell, Say C3.

Where the next tickets number must appear, enter the following formula:
=C3+1. Press <Ctrl> <V>, go to each subsequent cel and press <Ctrl><C> to
copy.

You can also use a macro, if you want to print tickets one by one, but maybe
that would be a waste of paper?
 
Top