#1   Report Post  
Chuck
 
Posts: n/a
Default Numbering Tickets

How do I number tickets in sequence using excel.
  #2   Report Post  
Gord Dibben
 
Posts: n/a
Default

Chuck

That would all depend upon how your ticket data is laid out and you give very
little detail.

I do up a lot of numbered tickets for a couple of associations I belong to.

I set up my data in Excel with a column for numbers then I use Word Mailmerge
to print the tickets.

Printing labels or tickets from Excel is trial and error.

Word does a fine job because it is designed for that type of operation.


Gord Dibben Excel MVP

On Sun, 13 Feb 2005 11:25:01 -0800, "Chuck"
wrote:

How do I number tickets in sequence using excel.


  #3   Report Post  
Tom Ogilvy
 
Posts: n/a
Default

assume you have 1 in cell a1 and you want your second ticket number in cell
A6. In A1 put in =A1+1

then select the cells that make up your second ticked and do edit =copy

then select a range below that will hold an integer number of tickets and do
Edit=Paste

An alternative would be a macro

Sub NumberTickets()
Dim i as Long, j as long
j = 0
for i = 1 to 300 step 5
cells(i,1).Value = J + 1
j = j + 1
Next
end Sub

--
Regards,
Tom Ogilvy


"Chuck" wrote in message
...
How do I number tickets in sequence using excel.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
excel numbering add-in Fran Excel Discussion (Misc queries) 2 February 3rd 05 08:43 PM
automatic sequential numbering in excel or word greg2 Excel Discussion (Misc queries) 1 January 15th 05 05:35 PM
Page Numbering Silver Excel Discussion (Misc queries) 1 January 13th 05 05:55 PM
How can I create consecutivlely numbered tickets? wheresleo Excel Worksheet Functions 1 January 4th 05 01:51 AM
excel 2003 page numbering art Excel Worksheet Functions 3 December 8th 04 10:49 PM


All times are GMT +1. The time now is 08:15 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"