+ Reply to Thread
Results 1 to 2 of 2

Comparing Lists

  1. #1
    Q
    Guest

    Comparing Lists

    I have this working but I am using two formulas, and want to combine them
    into one.

    I use =ISNUMBER(MATCH(D3,A$2:A$83,0)) to return a true or false

    Then I use this formula to return the text of the cell that is different
    =IF(G2=FALSE,D2,"")

    How can I combine the two into one formula?

  2. #2
    Bob Phillips
    Guest

    Re: Comparing Lists

    How about

    =IF(ISNA(MATCH(D3,A$2:A$83,0)),D2,"")

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Q" <[email protected]> wrote in message
    news:[email protected]...
    > I have this working but I am using two formulas, and want to combine them
    > into one.
    >
    > I use =ISNUMBER(MATCH(D3,A$2:A$83,0)) to return a true or false
    >
    > Then I use this formula to return the text of the cell that is different
    > =IF(G2=FALSE,D2,"")
    >
    > How can I combine the two into one formula?




+ 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