Results 1 to 10 of 10

Matching Data with multiple columns

Threaded View

  1. #8
    Forum Contributor bentleybob's Avatar
    Join Date
    02-27-2009
    Location
    Seattle, WA
    MS-Off Ver
    Excel 2010
    Posts
    644

    Re: Matching Data with multiple columns

    In your example, you get NA only because "bill" is not in Column A. Would you also want NA if D7 was "mike" and E7 was "orange"? Either way, I would simply test for those condition in the "FALSE" part of the formula.
    This formula tests only for Column A, but it's easy enough to add a test for Column B.
    =IF(ISNA(VLOOKUP(K3,$J$3:$J$31,1,FALSE)),IF(ISNA(VLOOKUP(D3,$A$3:$A$31,1,FALSE)),"N/A","FALSE"),"TRUE")
    Last edited by bentleybob; 04-01-2011 at 01:48 PM.

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