Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default make labels in excel

I want to make labels in the following format using Excel. What I did was
type the first row number (e.g. Full 0051) and then drag the mouse so that
the number will be increasing. But I have to do it in every column, that is
tedious work. Anyone knows faster way to do that? Also, how can I change the
size of each cell consistency?

Full 0001 Full 0051 ... Full 1951
Full 0002 Full 0052
.... ...
Fulll 0050 Full 0100... Full 2000

Thanks!


  #2   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,824
Default make labels in excel

I'd use a formula. Put this in A1 and copy down and to the right:

="Full " & TEXT((COLUMN()-1)*50+ROW(),"0000")

Matthew Louden wrote:

I want to make labels in the following format using Excel. What I did was
type the first row number (e.g. Full 0051) and then drag the mouse so that
the number will be increasing. But I have to do it in every column, that is
tedious work. Anyone knows faster way to do that? Also, how can I change the
size of each cell consistency?

Full 0001 Full 0051 ... Full 1951
Full 0002 Full 0052
... ...
Fulll 0050 Full 0100... Full 2000

Thanks!


--

Dave Peterson

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
How do I make labels from an Excel spreadsheet?? jill Excel Worksheet Functions 3 August 2nd 07 03:00 PM
HOW DO I MAKE ADDRESS LABELS OUT OF LIST IN EXCEL DOC? kristina Excel Discussion (Misc queries) 3 April 2nd 06 01:18 AM
Is there any way to make labels from an excel spreadsheet? catchnbait Excel Discussion (Misc queries) 3 September 8th 05 04:23 AM
How do I make labels from excel spreedsheet? Kady Excel Worksheet Functions 2 May 10th 05 06:37 PM
How do I make mailing labels from an excel document? DGarza Setting up and Configuration of Excel 1 December 30th 04 05:52 PM


All times are GMT +1. The time now is 11:20 AM.

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

About Us

"It's about Microsoft Excel"