Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / October 2004

Tip: Looking for answers? Try searching our database.

Custom Number Format

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Excelders - 21 Oct 2004 19:24 GMT
hi there,

I?ve got a list of equipments that are tagged with the company?
inventory number. Each item has its own tag which?s composed by eigh
characters and the first is separated by an "-" , like this example
*1-0012345*.

Unfortunately the list is generated by an old system that can hold onl
12 character tags and doesn?t support any other symbols.
Therefore, it puts a couple of ZEROS to replace the " - " symbol, an
another couple of ZEROS at the end to sum up 12 characters.
In the end the tags look like: *100001234500*.

How can I format the tag column to display the odd 12 characters in th
8 number fashion?
I guess it?s like saying to excel to replace the 2nd and 3rd number
with an " - ", and forget about the last two ZEROS.

Is that possible ?

TI
BenjieLop - 21 Oct 2004 19:35 GMT
This might do it for you. Assuming that the tag number *100001234500* i
in cell A1, your formula in Cell B1 can be something like this

=left(A1,1)&"-"&mid(A1,3,7)

Excelders Wrote:
> hi there,
>
[quoted text clipped - 17 lines]
>
> TI

--
BenjieLo
BenjieLop - 21 Oct 2004 19:47 GMT
*-TYPO-* on the first formula that I gave you. It should be

=left(A1,1)&"-"&mid(A1,4,7)

BenjieLop Wrote:
> This might do it for you. Assuming that the tag number *100001234500* i
> in cell A1, your formula in Cell B1 can be something like this
>
> =left(A1,1)&"-"&mid(A1,3,7

--
BenjieLo
JE McGimpsey - 21 Oct 2004 19:49 GMT
One way:

   =LEFT(A1,1)&"-"&MID(A1,4,7)

> I?ve got a list of equipments that are tagged with the company?s
> inventory number. Each item has its own tag which?s composed by eight
[quoted text clipped - 13 lines]
>
> Is that possible ?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.