+ Reply to Thread
Results 1 to 2 of 2

List values from range, that aren't in range

  1. #1
    Registered User
    Join Date
    05-11-2008
    Posts
    7

    List values from range, that aren't in range

    I'm wondering if there is anyway to show a list in excel where the values in a list are not in a range of values. For example:

    named range: Objects
    1
    3
    4
    5

    sheet 2:
    1 4
    2 7

    Sheet 3:
    Something like:
    =isumproduct((Sheet2!A1:B2<>Objects)*(Objects))
    should equal 3

    Sure I'm missing something.

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    Try this array entered (ctrl, shift, enter) formula

    =SUM((ISNUMBER(MATCH(Objects,Sheet2!A1:A2,0))=FALSE)*1)
    or
    =SUM(ISNA(MATCH(Objects,Sheet2!A1:A2,0))*1)

    rylo

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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