View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre Ron Coderre is offline
external usenet poster
 
Posts: 2,118
Default Custom Number Format

You have at least a couple options:

Examples:
B3: =TEXT(ROW()-2,"000-1")
Copy down as far as you need

OR....
A1:A216 contains the series 1 through 216
Select that range...
Then...From the Excel main menu:
<format<cells<number tab
Categor: Custom
Type: 000-1
Click [OK]

Is that something you can work with?

***********
Regards,
Ron

XL2002, WinXP


"jollynicechap" wrote:

I need to make some labels in the following format:

001-1 to 216-1

I tried ###"-1" but this does not increment the 1st 3 digits but does
increment the -1. I also need to display the leading zero's

These need to be in one cell each

TIA