+ Reply to Thread
Results 1 to 2 of 2

Use If(ISNUMBER(Match to compare two columns from one sheet with two columns in another

  1. #1
    Registered User
    Join Date
    11-28-2011
    Location
    Marshfield, Wisconsin
    MS-Off Ver
    Excel 2010
    Posts
    12

    Use If(ISNUMBER(Match to compare two columns from one sheet with two columns in another

    I used this formula on another sheet but want to modify and use on another:=IF(ISNUMBER(MATCH(Q3,$A$2:$A$4000,0)),Q3,"")

    I have another sheet I want to use this formula on, now I want to compare two columns to two columns. Basically I want to use the formula above but add an "And" function but cannot get it to work. I came up with this but it doesn't quite work - =IF(AND(ISNUMBER(MATCH('WO Operations'!A5,Schedules!$A$1:$A$4000,0)),(MATCH('WO Operations'!B5,Schedules!B5))),"",'WO Operations'!A5). I want to return 'WO Operations'!A5 if the two cells in one sheet do not match the two cells in the other. Thanks.

  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,737

    Re: Use If(ISNUMBER(Match to compare two columns from one sheet with two columns in anothe

    Try it like this:

    =IF(AND(ISNUMBER(MATCH('WO Operations'!A5,Schedules!$A$1:$A$4000,0)),ISNUMBER(MATCH('WO Operations'!B5,Schedules!B5))),"",'WO Operations'!A5)

    Hope this helps.

    Pete

+ 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