![]() |
how do i delete a * at the end of each word in a column
In a column I have all last names followed by * e.g. Jones*
How do I delete the * Thanks in advance for your help |
how do i delete a * at the end of each word in a column
Use Replace, and put ~* in the Find What box.
-- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com (email address is on the web site) "celler6" wrote in message ... In a column I have all last names followed by * e.g. Jones* How do I delete the * Thanks in advance for your help |
how do i delete a * at the end of each word in a column
=SUBSTITUTE(A1,"*","")
or =LEFT(A1,LEN(A1)-1) "celler6" wrote: In a column I have all last names followed by * e.g. Jones* How do I delete the * Thanks in advance for your help |
All times are GMT +1. The time now is 08:59 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com