Thanks to all you excel wizards out there!
=RIGHT(A1,LEN(A1)-FIND(",",A1)-1)&" "&LEFT(A1,FIND(",",A1)-1)
=MID(A1&" "&A1,FIND(",",A1)+2,LEN(A1)-1)
--
Biff
Microsoft Excel MVP
"Stilla" <Sti...@discussions.microsoft.com> wrote in message
news:C190DF76-9F93-44EF...@microsoft.com...
Very elegant formula!
B. R. Ramachandran
--
Biff
Microsoft Excel MVP
"B. R.Ramachandran" <BRRamac...@discussions.microsoft.com> wrote in
message news:40599D8B-249D-4DCA...@microsoft.com...