+ Reply to Thread
Results 1 to 3 of 3

Comparing multiple values

  1. #1
    Registered User
    Join Date
    10-07-2013
    Location
    6638423
    MS-Off Ver
    Excel 2007
    Posts
    1

    Comparing multiple values

    Hi all,

    I have a large set of data (approx. 3500 records) with the following structure:

    Name Location Status
    Name 1 Location 1 Expired
    Name 1 Location 1 Active
    Name 2 Location 2 Active
    Name 2 Location 1 Active

    What I would like to do is to perform a check on the status for every single identify (in this case Name 1). My goal is to check whether there are differences in the status per identity.

    I have tried to use the 'exact' function, but as i have about 3500 records, and the identities are listed on alphabetical order, is it kind of hard to get the right result.

    Can anyone of you point me to the right direction? Are there any other functions within Excel that might work better?


    Thanks in advance!

  2. #2
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Comparing multiple values

    Not sure how you want to show your check as positive or negative. Maybe a helper column which compares the name and location on the current row with the name and location on the row below. If they are the same, but the status is different, then output 'Difference' else Blank. You could use similar logic and utilize conditional formatting, if color would be a better way to show a delta. The formula would be somethnig like:
    =IF(AND(A1=A2, B1=B2, C1<>C2),"Difference","")
    Pauley
    --------
    If I helped with your issue, I'd appreciate a rep bump (hit the '*' icon to the bottom left of this post).

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Comparing multiple values

    Hi and welcome to the forum

    Another option would be to use a helper to combine all 3 cells =A1&B1&C1 and then use countif() to count the duplicates?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. Replies: 1
    Last Post: 10-01-2013, 02:41 AM
  2. [SOLVED] Comparing Multiple Values
    By BFernandez in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-29-2013, 02:00 PM
  3. [SOLVED] Comparing multiple cells and values
    By hutchgeo4 in forum Excel General
    Replies: 5
    Last Post: 06-18-2012, 02:23 PM
  4. Comparing one value to multiple values
    By Cytosol in forum Excel General
    Replies: 2
    Last Post: 05-06-2010, 12:40 PM

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