+ Reply to Thread
Results 1 to 3 of 3

Find value from text

  1. #1
    Forum Contributor
    Join Date
    02-17-2014
    Location
    INDIA
    MS-Off Ver
    Excel 2010
    Posts
    320

    Find value from text

    Problem 1. I have a column which contains
    1. 5555/3/6/CBN
    2. 988/2/3/CBN
    3. 10889/2/11/ABCD
    4. 0001/5/9/ABCD
    5. 0400(C )R
    6. AA-497(C)R

    I want a formula which shows result like below:-
    1. 3/6/CBN
    2. 2/3/CBN
    3. 2/11/ABCD
    4. 5/9/ABCD
    5. (C)R
    6. (C)R



    Please guys help me///////////

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,899

    Re: Find value from text

    Try:

    =RIGHT(A1,LEN(A1)-IFERROR(FIND("/",A1),FIND("(",A1)-1))

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: Find value from text

    are the 1. 2. 3. etc present in your cells????? If so:

    =LEFT(A1,FIND(" ",A1))&RIGHT(A1,LEN(A1)-IFERROR(FIND("/",A1),FIND("(",A1)-1))
    Last edited by Glenn Kennedy; 05-26-2017 at 05:29 AM.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ 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. Replies: 9
    Last Post: 12-21-2014, 06:29 PM
  2. VBA Find stopped working on Find Text (xlValue vs xlFormula)
    By ker9 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-11-2014, 10:31 AM
  3. [SOLVED] To Find every instance of TEXT copy, repeat until no Find found
    By DadaaP in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-25-2013, 02:15 PM
  4. [SOLVED] Trying to find a formula to find a random $ amount in a text in a cell
    By Miki1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-28-2013, 10:13 PM
  5. [SOLVED] Set reference, find it, find where text matches, bring across value
    By gwsampso in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 10-28-2012, 10:59 PM
  6. Replies: 4
    Last Post: 09-18-2012, 10:54 AM
  7. find in excel replace in word: find/replace text in text boxes and headers
    By dean.rogers in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-10-2012, 12:40 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