Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want create 5000 labels using Excel. In row 1 I want "Work Card # 1 of
5000" and in row 2, "Work Card # 2 of 5000". How is this done? Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You could try something like:
="Work Card # "&ROW()&" of 5000" HTH, Elkar "williamr" wrote: I want create 5000 labels using Excel. In row 1 I want "Work Card # 1 of 5000" and in row 2, "Work Card # 2 of 5000". How is this done? Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank You Very Much!!!
"Elkar" wrote: You could try something like: ="Work Card # "&ROW()&" of 5000" HTH, Elkar "williamr" wrote: I want create 5000 labels using Excel. In row 1 I want "Work Card # 1 of 5000" and in row 2, "Work Card # 2 of 5000". How is this done? Thanks |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
But to actually print the labels, I would use Word to merge Excel data. For
help on Word mail merge using Excel as the data source have a look here http://www.mvps.org/dmcritchie/excel/mailmerg.htm http://www.mvps.org/word/FAQs/MailMe...AMailMerge.htm http://www.mvps.org/word/FAQs/MailMe...ateADataSource best wishes -- Bernard V Liengme Microsoft Excel MVP www.stfx.ca/people/bliengme remove caps from email "williamr" wrote in message ... Thank You Very Much!!! "Elkar" wrote: You could try something like: ="Work Card # "&ROW()&" of 5000" HTH, Elkar "williamr" wrote: I want create 5000 labels using Excel. In row 1 I want "Work Card # 1 of 5000" and in row 2, "Work Card # 2 of 5000". How is this done? Thanks |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In A1 enter ="Work Card # " & ROW() & " of 5000"
With A1 selected................ In NameBox type A1:A5000 and ENTER Hit CTRL + D to copy down. Copy column A and Paste Special(in place)ValuesOKEsc Gord Dibben MS Excel MVP On Fri, 17 Aug 2007 15:18:01 -0700, williamr wrote: I want create 5000 labels using Excel. In row 1 I want "Work Card # 1 of 5000" and in row 2, "Work Card # 2 of 5000". How is this done? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to extract numbers from imported cell with text and numbers? | Excel Discussion (Misc queries) | |||
VLOOKUP should compare numbers stored as text to plain numbers. | Excel Worksheet Functions | |||
Convert numbers stored as text to numbers Excel 2000 | Excel Discussion (Misc queries) | |||
How do I convert numbers stored as text with spaces to numbers | Excel Discussion (Misc queries) | |||
How to convert Excel imported numbers from text to numbers? | Excel Discussion (Misc queries) |