![]() |
formula for doing Smith Jhon to Jhon Smith ?
Hello I want formula for changing "Smith Jhon" to "Jhon Smith" . The name & surname is in same column. Can any one please advice me ? Thanks in advnace. Anand -- anandat ------------------------------------------------------------------------ anandat's Profile: http://www.excelforum.com/member.php...o&userid=16878 View this thread: http://www.excelforum.com/showthread...hreadid=320558 |
Assuming the name is in cell A1, try:
=RIGHT(A1,LEN(A1)-FIND(" ",A1))&" "&LEFT(A1,FIND(" ",A1)-1) Alan P "anandat" wrote in message ... Hello I want formula for changing "Smith Jhon" to "Jhon Smith" . The name & surname is in same column. Can any one please advice me ? Thanks in advnace. Anand -- anandat ------------------------------------------------------------------------ anandat's Profile: http://www.excelforum.com/member.php...o&userid=16878 View this thread: http://www.excelforum.com/showthread...hreadid=320558 |
Thanks a lot Alan. It worked lika charm -- anandat ------------------------------------------------------------------------ anandat's Profile: http://www.excelforum.com/member.php...o&userid=16878 View this thread: http://www.excelforum.com/showthread...hreadid=320558 |
It's a pleasire, anandat.
Alan P. "anandat" wrote in message ... Thanks a lot Alan. It worked lika charm -- anandat ------------------------------------------------------------------------ anandat's Profile: http://www.excelforum.com/member.php...o&userid=16878 View this thread: http://www.excelforum.com/showthread...hreadid=320558 |
All times are GMT +1. The time now is 07:18 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com