+ Reply to Thread
Results 1 to 2 of 2

Finding specific data within cells

  1. #1
    Registered User
    Join Date
    07-07-2011
    Location
    Rochester, NY
    MS-Off Ver
    Excel 2007
    Posts
    2

    Finding specific data within cells

    Hi,

    I need some help with a function. I'm trying to search through multiple cells in a column to find specific values listed in a separate column. If one of the values is found, I would like it to return just that value into a separate cell in the same row as the cell in which it was found.

    In the attached spreadsheet, I need a formula to look for all the values in column D in the cells of column A, and if found return the value into the cell in column E. Basically I'm trying to locate and extract specific information from column A.

    I've been playing around with combinations of the search and lookup functions, but to no avail. Is this possible?
    Attached Files Attached Files
    Last edited by NBVC; 07-07-2011 at 02:10 PM. Reason: Based on Rep given

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Finding specific data within cells

    Not sure I understood fully, but this formula:

    =LOOKUP(9.999999E+307,SEARCH($D$1:$D$4,A1),$D$1:$D$4)

    will extract whichever value from D1:D4 is contained in A1 and enter that value in E1...

    Copying down with check against A2, A3, and so on....
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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