+ Reply to Thread
Results 1 to 4 of 4

I need to match 2 sets of 2 cells

  1. #1
    Registered User
    Join Date
    09-18-2016
    Location
    carrickfergus
    MS-Off Ver
    excel 2013
    Posts
    63

    I need to match 2 sets of 2 cells

    So, I have values in cells I4 & J4 , and then I have values in K4 & L4

    I need to return the value 1 if the sum of the value in I & J = the same as the sum of the value in K & L

    Hope that makes sense

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: I need to match 2 sets of 2 cells

    Like this...

    =IF(I4+J4=K4+L4,1,"")
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    09-18-2016
    Location
    carrickfergus
    MS-Off Ver
    excel 2013
    Posts
    63

    Re: I need to match 2 sets of 2 cells

    yip, that's the one, so simple when you out it like

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: I need to match 2 sets of 2 cells

    You're welcome. Thanks for the feedback!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How To Compare Two Sets Of Similar Data Sets To Find a Good Match
    By Mark123456789 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-24-2016, 01:29 AM
  2. [SOLVED] VBA to check 2 sets of number/text cells to make sure they match
    By adamheon in forum Excel Programming / VBA / Macros
    Replies: 26
    Last Post: 04-10-2016, 09:08 AM
  3. Help me match two sets of data
    By nightyard in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-13-2015, 07:14 AM
  4. Need to match up data from two different sets.
    By kwarpinski3 in forum Excel General
    Replies: 2
    Last Post: 11-08-2013, 09:30 AM
  5. Match Two Sets of Data
    By dkang2007 in forum Excel General
    Replies: 7
    Last Post: 07-22-2013, 12:08 PM
  6. Match Up Two Sets of Data
    By Zwnd in forum Excel General
    Replies: 1
    Last Post: 07-14-2012, 06:02 PM
  7. [SOLVED] vba Match Two Sets of Data
    By timbo1957 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 03-22-2011, 04:58 AM

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