+ Reply to Thread
Results 1 to 2 of 2

Find a text string and partially index it

  1. #1
    Registered User
    Join Date
    07-02-2014
    Location
    Prague
    MS-Off Ver
    2007
    Posts
    59

    Find a text string and partially index it

    Hi there, could someone please help me? I would like to find a text string in the column A and index the value after the string.

    For example: somewhere in the column A is a text "value: 800 USD" , so I would like to find the text and index the characters after the ": " in the cell C5. Therefore in the cell C would be "800 USD"

    I am including sample file here: smpl.xlsx

    Any help will be appreciated. Thank you.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Find a text string and partially index it

    Try

    =SUBSTITUTE(INDEX(A:A,MATCH("*value:*",A:A,0)),"value: ",)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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: 3
    Last Post: 07-10-2014, 08:11 PM
  2. Index with Multiple criteria and Partially defined date ranges.
    By ALoelke in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-11-2014, 06:45 PM
  3. [SOLVED] Find partial text string within another text string return original text into cell.
    By mikey42979 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 06-17-2013, 02:58 PM
  4. [SOLVED] Find String of Text Plus Cell Index Color
    By PY_ in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-03-2013, 10:12 PM
  5. Find String of Text Plus Cell Index Color
    By PY_ in forum Excel General
    Replies: 1
    Last Post: 05-03-2013, 06:29 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