+ Reply to Thread
Results 1 to 3 of 3

Lookup values in three columns, TRUE if they match another sheet (sumproduct?)

  1. #1
    Forum Contributor
    Join Date
    07-31-2008
    Location
    Berkshire, UK
    MS-Off Ver
    2003 & 2007
    Posts
    118

    Lookup values in three columns, TRUE if they match another sheet (sumproduct?)

    Hi guys,

    I have 3 coloumns of data on 2 sheets.

    On the first sheet I would like to add a 4th saying TRUE if the row of data is replicated on the other sheet, false if it doesn't match anywhere on the other sheet.

    Attached is a basic example.

    Thanks in advance.


    Simon
    Attached Files Attached Files
    Last edited by simjambra; 04-01-2010 at 11:21 AM.

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

    Re: Lookup values in three columns, TRUE if they match another sheet (sumproduct?)

    Try:

    =SUMPRODUCT(--('Should be'!$A$3:$A$10=A3),--('Should be'!$B$3:$B$10=B3),--('Should be'!$C$3:$C$10=C3))>0
    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.

  3. #3
    Forum Contributor
    Join Date
    07-31-2008
    Location
    Berkshire, UK
    MS-Off Ver
    2003 & 2007
    Posts
    118

    Re: Lookup values in three columns, TRUE if they match another sheet (sumproduct?)

    That's great, I thought it was a SUMPRODUCT but I haven't really explored that function completely.

    It's really useful, thanks.

+ 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