+ Reply to Thread
Results 1 to 2 of 2

Compare two lists and give exact match

  1. #1
    Forum Contributor mccrimmon's Avatar
    Join Date
    02-19-2004
    Location
    Scotland
    MS-Off Ver
    2003
    Posts
    249

    Compare two lists and give exact match

    I have two columns of data that are imported on a daily basis.

    They are unique references that come from two different source systems and are populated in Columns D and Columns E.

    In column F, I want to have a formula that says that if the unique reference in Cell E3 for example is populated anywhere in Column D from D3 to D300 then populate a match, if its not then state that its missing.

    Can anyone help?

    Thanks in advance
    McCrimmon

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Try:

    =if(isnumber(match(E3,$D$3:$D$300,0)),E3,"item is missing")

    copied down
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ 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