+ Reply to Thread
Results 1 to 3 of 3

Match multiple columns between multiple sheets...

  1. #1
    Registered User
    Join Date
    08-30-2012
    Location
    Denver
    MS-Off Ver
    Excel 2010
    Posts
    1

    Match multiple columns between multiple sheets...

    I'm trying to write a formula where if the values of two columns in sheet1 match the values of two columns in sheet2, it returns a value of "Yes" in a third column of sheet1. How can I accomplish this?

  2. #2
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Match multiple columns between multiple sheets...

    Assuming your data is in A1:A10 & B1:B10 on both sheets.

    =IF(SUM(A1:A10,B1:B10)=SUM(Sheet2!A1:A10,Sheet2!B1:B10),"Yes","No")

  3. #3
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Match multiple columns between multiple sheets...

    possibly that will work it would be eaiser to have a upladed workbook as it may yeild a alternative solution pending on your data
    The Importance of INDEX - A GUIDE TO INDEX'S OTHER USES
    <--- If a post helps hit the star

+ 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