F
Frank Kabel
Hi
AFAIK this is not possible with formats. One workaround:
Use a helper column with a formula like
=LEFT(A1,3) & "-" & MID(A1,4,200)
the letters. For example. I would like PMP3010 turn into
PMP-3010.
AFAIK this is not possible with formats. One workaround:
Use a helper column with a formula like
=LEFT(A1,3) & "-" & MID(A1,4,200)
PMP3010 to automatically add a dash between the number and-----Original Message-----
I'm trying to make a 3 letter, 4 number code such as
the letters. For example. I would like PMP3010 turn into
PMP-3010.