+ Reply to Thread
Results 1 to 3 of 3

using a formula to remove all text before "T" in a Cell

  1. #1
    Forum Contributor
    Join Date
    06-25-2018
    Location
    South-Africa Pretoria
    MS-Off Ver
    2016
    Posts
    143

    using a formula to remove all text before "T" in a Cell

    Hi There

    Please assist me in the below.

    I use to be able to make use of the =Substitute formula but cant seem to find anything on google.

    29 BIRD ST T17198
    42ND HILL ATL T19459
    ACACIAVILLE POWER T10371
    ACCACIAVALE VC T10414
    ALLEN STREET VC T5953
    ALLWEAR INDUSTRIAL T3674

    All the above lines is in its own cell, Now I want to extract all the "T" which is connected to the numbers.

    So my results should be

    T17198
    T19459
    T10371
    T10414
    T5953
    T3674

    i keep on thinking it was something like

    Please Login or Register  to view this content.
    But it does not work.

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,572

    Re: using a formula to remove all text before "T" in a Cell

    maybe:
    Please Login or Register  to view this content.
    Ben Van Johnson

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,418

    Re: using a formula to remove all text before "T" in a Cell

    How about this?

    =TRIM(RIGHT(SUBSTITUTE(A1," ",REPT(" ",99)),50))
    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.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ 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. [SOLVED] Remove a cell containing specific duplicate text "", then pasting results
    By Logical999 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-23-2018, 04:32 PM
  2. Replies: 4
    Last Post: 06-11-2017, 02:03 PM
  3. Replies: 1
    Last Post: 08-15-2014, 06:00 AM
  4. [SOLVED] VBA help needed to remove all "/" then replace with "-" from cell "B3"and "B5"
    By krjoshi in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-17-2014, 02:11 PM
  5. [SOLVED] If there is any text in column "A$" on "sheet1" then move cell to column "A$" on "sheet2"
    By ckgeary in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-27-2013, 08:28 PM
  6. Unable to remove the "space" at the end of text in a cell
    By jhiltabidel in forum Excel General
    Replies: 4
    Last Post: 03-27-2013, 02:15 PM
  7. Formula to remove an "R" and convert cell to number
    By maymano in forum Excel General
    Replies: 7
    Last Post: 06-05-2011, 01:58 PM

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