Thanks in advance.
Todd
in c1 mid(a1,4,len(a1))
"Todd" <to...@alliedhomenet.com> wrote in message
news:037a01c3c672$34effba0$a101...@phx.gbl...
=LEFT(A1,3)
=RIGHT(A1,5)
If your number has decimal places or leading zeros which aren't displayed, you could use:
=LEFT(TEXT(A1,"00000000"),3)
=RIGHT(TEXT(A1,"00000000"),5)
Good Luck,
Mark Graesser
mark_g...@yahoo.com
----- Todd wrote: -----