+ Reply to Thread
Results 1 to 11 of 11

remove specific character from column

  1. #1
    Forum Contributor
    Join Date
    04-19-2015
    Location
    pakistan
    MS-Off Ver
    2013
    Posts
    335

    remove specific character from column

    hello all..
    plz find attached in column A i want to remove first 0 and - dash only from numbers..... when i drag the formula those numbers which are already do not have 0 & - remain its same.
    regards
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: remove specific character from column

    show the result in your file.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Contributor
    Join Date
    04-19-2015
    Location
    pakistan
    MS-Off Ver
    2013
    Posts
    335

    Re: remove specific character from column

    can not understand tour answer

  4. #4
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,649

    Re: remove specific character from column

    Maybe this.....

    In B1
    Please Login or Register  to view this content.
    and copy down.
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  5. #5
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: remove specific character from column

    =SUBSTITUTE(if(left(A1,1)="0",right(A1,len(A1)-1),A1),"-","") and drag down.

  6. #6
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,649

    Re: remove specific character from column

    My bad.
    You only need this.....

    In B1
    Please Login or Register  to view this content.
    and copy down.

  7. #7
    Forum Contributor
    Join Date
    04-19-2015
    Location
    pakistan
    MS-Off Ver
    2013
    Posts
    335

    Re: remove specific character from column

    thnxs sktneer..

  8. #8
    Forum Contributor
    Join Date
    04-19-2015
    Location
    pakistan
    MS-Off Ver
    2013
    Posts
    335

    Re: remove specific character from column

    thnx.its working too

  9. #9
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,649

    Re: remove specific character from column

    You're welcome gondal! Happy to help.

    If that takes care of your original question, please mark your thread as Solved by selecting Thread Tools (just above your first post) --> Mark thread as solved.

  10. #10
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: remove specific character from column

    Please Login or Register  to view this content.
    Please add to who you are replying, since you get several answers of several forummembers.

  11. #11
    Forum Contributor
    Join Date
    04-19-2015
    Location
    pakistan
    MS-Off Ver
    2013
    Posts
    335

    Re: remove specific character from column

    already done solved...

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Remove everything after a specific character in a cell...
    By swade730 in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 06-02-2015, 09:33 AM
  2. Remove Specific Character from Cell
    By maniacalmonkey in forum Excel General
    Replies: 3
    Last Post: 09-11-2014, 07:58 PM
  3. How to remove specific text before a character
    By DreamEyes in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 05-14-2014, 06:09 AM
  4. How to remove specific character from specific shell
    By ramki in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-07-2008, 08:00 AM
  5. How do I remove all text in a cell after a specific character?
    By Erik Millerd in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1