Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a cell with "Joe Blogg" and I want to swap it to"Blogg Joe"... Is
there any formular I can Use. -- Once Beaten, Twice Shy |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=RIGHT(A1,LEN(A1)-FIND(" ",A1))&" "&LEFT(A1,FIND(" ",A1)-1)
-- HTH RP (remove nothere from the email address if mailing direct) "Mzansi" wrote in message ... I have a cell with "Joe Blogg" and I want to swap it to"Blogg Joe"... Is there any formular I can Use. -- Once Beaten, Twice Shy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting Occurrence of Text within Text in Cells in Range. | Excel Worksheet Functions | |||
Finding Duplicate text strings with a single column | Excel Worksheet Functions | |||
space between text strings with concatenate | Excel Discussion (Misc queries) | |||
Autofitting a row | Excel Discussion (Misc queries) | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) |