+ Reply to Thread
Results 1 to 4 of 4

Help w/ returning cell value based upon matching text from a different list

  1. #1
    Registered User
    Join Date
    06-22-2020
    Location
    VA
    MS-Off Ver
    2016
    Posts
    5

    Help w/ returning cell value based upon matching text from a different list

    Hi,

    So I'm racking my brain here and can't seem, for some reason, to come up with something that solves this (I'm fairly advanced with Excel too).

    Problem: I have a list of text values and another list of text values with costs ($) associated with those text values (in another column). The second list is more extensive, and thus does not exactly match up to the initial. I need to take the text value from the first list, search in the second for a match, and then return the cost value that is associated with the match from the second list.

    Any ideas?

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Help w/ returning cell value based upon matching text from a different list

    index / match

    or maybe

    VLookup
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    06-22-2020
    Location
    VA
    MS-Off Ver
    2016
    Posts
    5

    Re: Help w/ returning cell value based upon matching text from a different list

    Right--so would this check out? It returned the correct value first try, but perhaps I need to use $ to lock it in.

    =INDEX(PBI!A2:D76,MATCH(MMP!A2,PBI!A2:A76,0),4)


    Edit:=INDEX(PBI!A$2:D$76,MATCH(MMP!A2,PBI!A$2:A$76,0),4), SOLVED.

    Thanks!
    Last edited by CRBV; 07-20-2020 at 05:12 PM. Reason: Solved

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Help w/ returning cell value based upon matching text from a different list

    HOW TO ATTACH YOUR SAMPLE WORKBOOK:

    Fast answers need clear examples. Post a small Excel sheet (not a picture) showing realistic & representative sample data WITHOUT confidential information (10-20 rows, not thousands...) and some manually calculated results. Just before posting, scroll down to GO ADVANCED, click, and then scroll down to MANAGE ATTACHMENTS and click again. Now follow the instructions at the top of that screen.

+ 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] Matching A Value But Returning Text From A Different Cell
    By Stenner in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-06-2018, 04:20 AM
  2. [SOLVED] Returning a list based on cell value
    By badtangent in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-16-2016, 06:04 PM
  3. Replies: 1
    Last Post: 02-19-2014, 10:04 PM
  4. Returning ALL matching results based upon a text-based LOOKUP VALUE
    By colunga81 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-14-2013, 09:23 AM
  5. [SOLVED] Search text in cells, find matching text based on list, remove all but one entry
    By adam_mc in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-30-2013, 12:50 PM
  6. Top N List based on 2 conditions & returning adjacent cell text
    By Kooey in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-26-2011, 11:58 AM
  7. sum matching text value in table based on list
    By magowan in forum Excel General
    Replies: 5
    Last Post: 12-22-2010, 08:42 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