My excel worksheet column contains the following :
es15/
ec7886/
ed8999/
es15/
et6575/
I want the last '/' to be removed.
How do I do it?
My excel worksheet column contains the following :
es15/
ec7886/
ed8999/
es15/
et6575/
I want the last '/' to be removed.
How do I do it?
maybe...
Find "/"
Replace ""
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
1 quick way is using Find & Replace> Ctrl+H > Find what: / > Replace with: (leave blank) > Replace All > OK
an alternate solution is with Power Query
Power Query is a free AddIn for Excel 2010 and 2013, and is built-in functionality from Excel 2016 onwards (where it is referred to as "Get & Transform Data").![]()
Please Login or Register to view this content.
It is a powerful yet simple way of getting, changing and using data from a broad variety of sources, creating steps which may be easily repeated and refreshed. I strongly recommend learning how to use Power Query - it's among the most powerful functionalities of Excel.
- Follow this link to learn how to install Power Query in Excel 2010 / 2013.
- Follow this link for an introduction to Power Query functionality.
- Follow this link for a video which demonstrates how to use Power Query code provided.
Alan עַם יִשְׂרָאֵל חַי
Change an Ugly Report with Power Query
Database Normalization
Complete Guide to Power Query
Man's Mind Stretched to New Dimensions Never Returns to Its Original Form
Thanks, GOD BLESS YOU!!!!
If I want to add a character to the existing text. How do I do it?
what do you mean? Give some examples plz
My excel worksheet column contains the following :
es15/
ec7886/
ed8999/
es15/
et6575/
I want,
es-15/
ec-7886/
ed-8999/
es-15/
et-6575/
My excel worksheet column contains the following :
es/15/
ec78/86/
ed8/999/
es15/
et65/75/
I want to delete "/"witin the strings keeping trailing "/" intact.
Like,
es15/
ec7886/
ed8999/
es15/
et6575/
Yes, Rick, your formula is more complete. Thank you!
Formula=REPLACE(A1,MIN(SEARCH({0,1,2,3,4,5,6,7,8,9},A1&"0123456789")),0,"-")
This will put a "-" in front of the first number in a text string.
Thanks a lot! GOD BLESS YOU ALL!!!
Please review our rule on thread titles and make yours more explicit in future. Thanks.
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.
Also, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks