Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a created an Excel spreadsheet for printing labels.
I need to be able to incrementally increase each label count by one, which I can do with no problem. I can not figure out how to increase by one if there is a word in front of it. Example the first label would be: WORD 1001 The second label would be: WORD 1002 The WORD would stay constant, but the numbers would change. I would also like display a dialog box to ask the user what the starting number would be and then automatically prefill the sheet. Any suggestions? Thanks, Jeff |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
not sure this is the best way but here is how i would do it:
A1 type 1001 A2 type ="Word "&A1 A3 type ="Word "&TRIM(RIGHT(A2,LEN(A2)-4))+1 copy and paste the formula down hope it works for what you need. Nikki "Jeff H." wrote: I have a created an Excel spreadsheet for printing labels. I need to be able to incrementally increase each label count by one, which I can do with no problem. I can not figure out how to increase by one if there is a word in front of it. Example the first label would be: WORD 1001 The second label would be: WORD 1002 The WORD would stay constant, but the numbers would change. I would also like display a dialog box to ask the user what the starting number would be and then automatically prefill the sheet. Any suggestions? Thanks, Jeff |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto Numbering | New Users to Excel | |||
numbering macro | New Users to Excel | |||
Page Numbering | Excel Discussion (Misc queries) | |||
Numbering add in | Excel Discussion (Misc queries) | |||
Auto page numbering for several worksheets | Excel Worksheet Functions |