Leon
=LEFT(A1,3)&" "&RIGHT(A1,3)
HTH,
Paul
--
"Jennifer" <Jenn...@discussions.microsoft.com> wrote in message
news:3DF75A85-B9CA-493D...@microsoft.com...
=REPLACE(A1,LEN(A1)-2,0," ")
Of course, you can use the above formula if your postal codes are always 6
characters long; but, if that is the case, you can use this shorter
variation...
=REPLACE(A1,4,0," ")
Rick
"Jennifer" <Jenn...@discussions.microsoft.com> wrote in message
news:3DF75A85-B9CA-493D...@microsoft.com...
If true, I have some code that will allow you to enter a PC as n6c1v9 and return
N6C 1V9
Won't do you any good after the fact but for future entry??
Gord Dibben MS Excel MVP