![]() |
Cut and paste
I often get list that I need to cut and paste into cells from emails where a person's last name is first, what is the easiest way to switch the format to read their Name correctly starting with their first name? -- mvp ------------------------------------------------------------------------ mvp's Profile: http://www.excelforum.com/member.php...o&userid=34647 View this thread: http://www.excelforum.com/showthread...hreadid=544105 |
Cut and paste
=RIGHT(A1,LEN(A1)-FIND(" ",A1))&" "&LEFT(A1,FIND(" ",A1)-1) assuming first and family names are separated by a space. -- mrice Research Scientist with many years of spreadsheet development experience ------------------------------------------------------------------------ mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931 View this thread: http://www.excelforum.com/showthread...hreadid=544105 |
All times are GMT +1. The time now is 03:42 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com