![]() |
jackh
I have an excel spreadsheet with over 2000 surnames with initials in the same column as listed below eg John , N Jack , H Peter , S Ken , G How do I remove only the comma(,) after the surname in each row leaving only the surname with the initials ie John N Jack H - etc -- jackh |
jackh Wrote: I have an excel spreadsheet with over 2000 surnames with initials in the same column as listed below eg John , N Jack , H Peter , S Ken , G How do I remove only the comma(,) after the surname in each row leaving only the surname with the initials ie John N Jack H - etc If the name is in A2 then put this formula in the cell you want the new name: =LEFT(A2,SEARCH(",",A2)-1) & RIGHT(A2,2) -- jahoobob |
jackh Wrote: I have an excel spreadsheet with over 2000 surnames with initials in the same column as listed below eg John , N Jack , H Peter , S Ken , G How do I remove only the comma(,) after the surname in each row leaving only the surname with the initials ie John N Jack H - etc Jackh Just type "CTL H" (Or EditReplace) put a comma in the find field and nothing in the replace with field. that should do it. Odie -- Odicus |
All times are GMT +1. The time now is 09:14 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com