Results 1 to 5 of 5

Look up multiple results but ignore duplicates

Threaded View

  1. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,486

    Re: Look up multiple results but ignore duplicates

    OK. I had a go at it, using this array formula.

    Formula: copy to clipboard
    =IFERROR(INDEX('Product Roadmap'!$B$7:$B$1107, SMALL(IF(('Component Roadmap'!$A$3='Product Roadmap'!$A$7:$A$1107)*(COUNTIF('Component Roadmap'!$A$3:A3, 'Product Roadmap'!$B$7:$B$1107)=0), ROW('Product Roadmap'!$A$7:$A$1107)-MIN(ROW('Product Roadmap'!$A$7:$A$1107))+1, ""), 1)),"")


    Array Formulae are a little different from ordinary formulas in that they MUST be confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER.

    You will know the array is active when you see curly braces { } appear around the outside of your formula. If you do not CTRL+SHIFT+ENTER you will (almost always) get an error message or an incorrect answer. Press F2 on that cell and try again.

    Don't type the curly braces yourself - it won't work...

    take a look and let me know....
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Vlookup for multiple results without duplicates
    By srikanthk in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-15-2019, 01:48 AM
  2. [SOLVED] countif multiple criteria but ignore duplicates
    By SKooLZ in forum Excel General
    Replies: 8
    Last Post: 06-10-2015, 11:07 AM
  3. [SOLVED] LOOKUP multiple results but ignore duplicates.
    By vane0326 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 10-09-2013, 02:31 PM
  4. Replies: 12
    Last Post: 07-04-2013, 07:26 AM
  5. Replies: 3
    Last Post: 05-23-2013, 07:50 PM
  6. Count first entries (ignore duplicates) against multiple criteria
    By Bazza in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-28-2008, 11:44 AM
  7. [SOLVED] Lookup with multiple results, without duplicates
    By Rothman in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-10-2006, 05:30 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