+ Reply to Thread
Results 1 to 5 of 5

Remove the symbol from column

  1. #1
    Registered User
    Join Date
    09-17-2014
    Location
    Korea
    MS-Off Ver
    2010
    Posts
    2

    Remove the symbol from column

    Hello all,
    I've dataset like 17/Sep/2014:00:00:35
    Then have to remove the symbol : only first one between date and time. Its mean the result have to be 17/Sep/2014 00:00:35
    I tried many methods replace find etc.

    Please help me,
    Thank you.

  2. #2
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Excel 2013
    Posts
    1,887

    Re: Remove the symbol from column

    Assuming that you are having the data in A1 Place the function in B2
    =LEFT(A1,FIND(":",A1)-1)&" "&RIGHT(A1,(LEN(A1)-(FIND(":",A1))))
    Punnam

  3. #3
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Remove the symbol from column

    =SUBSTITUTE(A1,":"," ",1)
    is more simple
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  4. #4
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Excel 2013
    Posts
    1,887

    Re: Remove the symbol from column

    @ Special-k,

    Thank you, i am not aware that this could be done so simple .(:-) .

    Punnam

  5. #5
    Registered User
    Join Date
    09-17-2014
    Location
    Korea
    MS-Off Ver
    2010
    Posts
    2

    Re: Remove the symbol from column

    It works. Thank you PUnnam and Special-k
    Last edited by Tse; 09-17-2014 at 06:04 AM.

+ 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 the symbol from column
    By Tse in forum Hello..Introduce yourself
    Replies: 2
    Last Post: 09-17-2014, 05:25 AM
  2. [SOLVED] Userform... (¶) how to remove the paragraph symbol?
    By ricku87 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-22-2013, 12:38 PM
  3. remove % symbol in a cell
    By girish749 in forum Excel General
    Replies: 4
    Last Post: 01-03-2011, 03:56 AM
  4. Replies: 2
    Last Post: 07-01-2010, 06:34 PM
  5. How to Hide/Remove/Eliminate #N/A symbol
    By Locust in forum Excel General
    Replies: 9
    Last Post: 05-26-2010, 04:54 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