+ Reply to Thread
Results 1 to 6 of 6

Find/Match Text Name to Display Relating Values

  1. #1
    Registered User
    Join Date
    10-22-2014
    Location
    San Diego, CA
    MS-Off Ver
    Excel 2011
    Posts
    44

    Find/Match Text Name to Display Relating Values

    Please refer to the attached Excel doc.

    In both tables the names are connected to the numerical values per row. I created these two tables as an example, but the real situation can contain several hundred rows with various names.

    I need a formula to find and match the names, while returning the proper ytd total for that particular name. For example, the formula should be entered in cell H6 that would arrange the rows, so that they matched table one. However, the values need to stay with the related names after the rearrangement. I apologize if the question is difficult to understand.
    Attached Files Attached Files

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

    Re: Find/Match Text Name to Display Relating Values

    with a pivot table.

    see the attached file.
    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
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Find/Match Text Name to Display Relating Values

    In M6, enter =IFERROR(VLOOKUP(H6,$B$6:$F$16,5,0),0) then fill the formula

  4. #4
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,904

    Re: Find/Match Text Name to Display Relating Values

    =IFERROR(VLOOKUP(H6,B$6:F$16,5,0),"")
    try this and copy towards down
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  5. #5
    Valued Forum Contributor nigelbloomy's Avatar
    Join Date
    11-06-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    1,011

    Re: Find/Match Text Name to Display Relating Values

    You can select the first table, sort the names A-Z. Then select the second table and do the same.
    Some people volunteer in soup kitchens or hospitals. I choose to make the world better by trying to help you with Excel. We're all learning.

    <---Click * Add Reputation for all helpful comments. It's like giving a smile.
    Forum Rules: How to mark your post [Solved] and have a happier, Excel enriched life.

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

    Re: Find/Match Text Name to Display Relating Values

    Or with VLookup.

    See the attached file.

+ 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: 2
    Last Post: 11-22-2012, 02:09 PM
  2. Find a value in a database for the most recent date, return all values relating to it.
    By galvinpaddy in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-22-2012, 01:39 PM
  3. Replies: 1
    Last Post: 01-19-2011, 08:49 AM
  4. Match mutliple values and then display text if found
    By Weasel in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-21-2008, 07:58 PM
  5. Replies: 2
    Last Post: 10-30-2007, 12:12 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