+ Reply to Thread
Results 1 to 2 of 2

Lookups-Was wondering if it is possible to use a lookup or other tool?

  1. #1
    Andy
    Guest

    Lookups-Was wondering if it is possible to use a lookup or other tool?

    Hi

    Was wondering if it is possible to use a lookup or other tool for the
    following scenario:

    A column on a sheet contains a list of unique references in the format
    AA111111

    A 2nd sheet also contains a list of unique references in the same format,
    some of which may match a reference on the 1st sheet.

    Is it possible to use a lookup to compare the columns on the 1st and 2nd
    sheet, and highlight any matches on the 2nd sheet?

    Thanks
    Andy



  2. #2
    Bob Phillips
    Guest

    re: Lookups-Was wondering if it is possible to use a lookup or other tool?

    Use COUNTIF

    =IF(COUNTIF(Sheet1!A:A,A1)>0),"Matched","")

    --

    HTH

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


    "Andy" <[email protected]> wrote in message
    news:[email protected]...
    > Hi
    >
    > Was wondering if it is possible to use a lookup or other tool for the
    > following scenario:
    >
    > A column on a sheet contains a list of unique references in the format
    > AA111111
    >
    > A 2nd sheet also contains a list of unique references in the same format,
    > some of which may match a reference on the 1st sheet.
    >
    > Is it possible to use a lookup to compare the columns on the 1st and 2nd
    > sheet, and highlight any matches on the 2nd sheet?
    >
    > Thanks
    > Andy
    >
    >




+ 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