+ Reply to Thread
Results 1 to 12 of 12

True False from different sheets?

  1. #1
    Registered User
    Join Date
    05-08-2013
    Location
    Bristol, England
    MS-Off Ver
    Excel 2010
    Posts
    10

    True False from different sheets?

    Hi all

    So glad I came across this forum hopefully I can help others too, I'm not excellent at excel but good at some things like pivot tables... anyway I need some help if possible?

    I have a spreadsheet with two different sheets, I need to compare them and if they match a TRUE will show and if not a FALSE!!

    So in sheet 1 I need to combine column A and C with Sheet 2 column B and D

    can this be done? thanks so much for the help?

  2. #2
    Registered User
    Join Date
    09-14-2011
    Location
    San Diego
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: True False from different sheets?

    For sheet 1, put this formula in column d:
    =if(a1=c1,"true","false")

    note that this will not know the difference between upper case and lower case letters

  3. #3
    Registered User
    Join Date
    05-08-2013
    Location
    Bristol, England
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: True False from different sheets?

    Hi Crissandaauree

    Thanks for your reply

    I don't know if I explained this well... my apolgoies

    So Column A and C in sheet 1 need to match with columns B and D in sheet 2

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: True False from different sheets?

    A small sample workbook with your expected results will be usful.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  5. #5
    Registered User
    Join Date
    05-08-2013
    Location
    Bristol, England
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: True False from different sheets?

    Hi Fotis

    I have attached a sample....

    So sheet1 Column A and B needs to Match Sheet2 Column A & B

    So for example A1 and B1 in sheet 1 matches A33 and B33 in Sheet 2, is there a way it can do this for me...?

    thanks
    Attached Files Attached Files

  6. #6
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: True False from different sheets?

    Quote Originally Posted by kjglen View Post

    So for example A1 and B1 in sheet 1 matches A33 and B33 in Sheet 2, is there a way it can do this for me...?

    thanks
    Are you sure that you uploaded the correct sample? Because:

    In your sample row 33 of sheet2! is empty!

    Looks like no match at all for any row..

  7. #7
    Registered User
    Join Date
    05-08-2013
    Location
    Bristol, England
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: True False from different sheets?

    Stressed :/

    Sorry Fotis

    Hopefully it now shows

    There is countless ones that will match, but there not in order, just using this as an example
    Attached Files Attached Files

  8. #8
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: True False from different sheets?

    Do you mean?

    =SUMPRODUCT((Sheet2!$A$1:$A$33=A1)*(Sheet2!$B$1:$B$33=B1))>0

    OR?

    =OR(COUNTIF(Sheet2!$A$1:$A$33,A1),COUNTIF(Sheet2!$B$1:$B$33,B1))>0

    In D1 and copy down.

  9. #9
    Registered User
    Join Date
    05-08-2013
    Location
    Bristol, England
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: True False from different sheets?

    It shows TRUE in every cell, but there is only one MATCH..... so there should only be 1 TRUE?

  10. #10
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: True False from different sheets?

    ...........................
    Attached Files Attached Files

  11. #11
    Registered User
    Join Date
    05-08-2013
    Location
    Bristol, England
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: True False from different sheets?

    Clearly didn't do the formula correctly..... thank you so much

    You are a legend

  12. #12
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: True False from different sheets?

    ................................

+ 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