+ Reply to Thread
Results 1 to 5 of 5

Excel 2007 : Identify unique employees, and employees with a change in hours

  1. #1
    Registered User
    Join Date
    11-28-2010
    Location
    Williams Lake, BC
    MS-Off Ver
    Excel 2007
    Posts
    3

    Identify unique employees, and employees with a change in hours

    I need to ffind a way to show the following, I have a list of employees with their assigned hours. I want to compare two months, I need to know a) if there are any unique employees, ie employee only shows up in one of the months, and b) if the employee shows up in both months compare their hours and flag/mark if the hours are not the same in both months.
    Last edited by mcmugs; 11-28-2010 at 11:00 PM.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Identify unique employees, and employees with a change in hours

    Hi Mcmugs, welcome to the forum.

    You should be able to use conditional formatting for this, but I suggest uploading a sample file that contains data matching your actual data (use fake names/data to protect confidential information). In the sample, show where matches should occur and what you'd like to see as the result.

  3. #3
    Registered User
    Join Date
    11-28-2010
    Location
    Williams Lake, BC
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Identify unique employees, and employees with a change in hours

    Quote Originally Posted by mcmugs View Post
    I need to ffind a way to show the following, I have a list of employees with their assigned hours. I want to compare two months, I need to know a) if there are any unique employees, ie employee only shows up in one of the months, and b) if the employee shows up in both months compare their hours and flag/mark if the hours are not the same in both months.
    Thanks Paul

    I've uploaded a sample file, what I need would be for Employees BCD, RST, BXX to be identified because they have a change in hours. I also need employees EJE and FDE to be identified because they are unique or only have one record.
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    11-25-2010
    Location
    Glasgow, Scotland
    MS-Off Ver
    Excel 2007
    Posts
    120

    Smile Re: Identify unique employees, and employees with a change in hours

    Hey there,

    Think I have what you're looking for. Unique employees have blue conditional formatting and I've used:

    =AND(A3=A4,B3<>B4)

    As a conditional format to highlight entries that have the same name but different hours. The only thing required is that the names match exactly each month and you need to sort them by name for it to show correctly.

    Hope that helps.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    11-28-2010
    Location
    Williams Lake, BC
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Identify unique employees, and employees with a change in hours

    Thank you very much that is exactly what I was looking for.

+ 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