+ Reply to Thread
Results 1 to 3 of 3

Same Lookup Value, Multiple Corresponding Values

Hybrid View

  1. #1
    Registered User
    Join Date
    07-18-2013
    Location
    Minnesota
    MS-Off Ver
    Excel 2010
    Posts
    2

    Same Lookup Value, Multiple Corresponding Values

    Hello,
    This is my first post on the forum so I apologize if I am lacking in any details needed to assist me. I don't know if what I need is possible or not, but I figured I'd give it a shot since Google hasn't provided me with any results.

    I have attached a sample spreadsheet with 'All Actions' with of all the information I have and 'Name List' sheet with the ideal results from the information I have.

    So, what I need is to return only the names that have "Annual Meeting" in the Name List sheet and if they do, then it says "yes" otherwise leaving the cell blank and so on down the list for each name that shows up. I want to know what names are assigned what actions.

    The trouble I am having with this is the fact that the names inconsistently repeat based on the number of actions. The more actions, the more times the name is repeated in the first column. I tried playing around with INDEX and MATCH but with no luck with my Excel skills.

    I would appreciate any feedback or help with this and thank you in advance!
    Attached Files Attached Files
    Last edited by mlach; 07-19-2013 at 10:31 AM.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,825

    Re: Same Lookup Value, Multiple Corresponding Values

    Put this formula in cell B2 of the NameList sheet:

    Formula: copy to clipboard
    =IF(COUNTIFS(Actions!A:A,A2,Actions!B:B,B$1)>0,"yes","")


    then copy down.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    07-18-2013
    Location
    Minnesota
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Same Lookup Value, Multiple Corresponding Values

    Thank you very much Pete! This is perfect!

+ 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: 03-22-2013, 07:42 AM
  2. [SOLVED] Sumifs with multiple lookups with multiple results to lookup other values
    By malisesaucier in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-10-2013, 01:13 AM
  3. Sum values from multiple cells - multiple lookup values in single cell
    By taxdept in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-21-2012, 04:12 PM
  4. Find and Replace values from multiple lookup values
    By Gregula82 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-22-2007, 03:12 PM
  5. Replies: 3
    Last Post: 10-10-2005, 01:05 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