+ Reply to Thread
Results 1 to 2 of 2

Rule to find cells in column A that correspond to multiple values in column B

  1. #1
    Registered User
    Join Date
    01-11-2013
    Location
    Virginia, United States
    MS-Off Ver
    Excel 2007
    Posts
    4

    Rule to find cells in column A that correspond to multiple values in column B

    I have an Excel sheet with several columns. Column A is an ID number for a person. Column B is the date when the person joined an organization. Some people join the organization more than once, and thus have several dates. These are the people (rows) I need to highlight with a conditional formatting rule.

    Additional information in column C means that some people that only have one date still split accross multiple rows (and that's how I want it), so simply searching for duplicates will not work.

    Example:

    Col A - Col B

    Karen - 01/11/12
    Karen - 01/11/12
    Patsy - 02/01/11
    Patsy - 04/01/99
    Ciara - 09/18/04

    In the above example, Karen and Ciara are both fine, but I want a rule to highlight Patsy's name (ID number in column A) since she has two different dates.

    To take it a step further, it would be even more helpful to--instead of highlighting Patsy's name--to highlight the entire row containing the most recent date:

    Patsy - 02/01/11

    Please and thank you!
    Last edited by margaretanne; 01-11-2013 at 07:26 PM. Reason: Figured it out

  2. #2
    Registered User
    Join Date
    01-11-2013
    Location
    Virginia, United States
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Rule to find cells in column A that correspond to multiple values in column B

    Nevermind! I think I figured out a work around. I entered this formula into the last column:

    =if(and(a2=a3, b2<>b3), "Fix", "Fine")

    after sorting the columns by ID number and then date. Then I can just add conditional formatting based on that last column to highlight the "fix" rows.

    Thanks anyway!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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