+ Reply to Thread
Results 1 to 5 of 5

Find repeating numbers in a sheet

  1. #1
    Registered User
    Join Date
    06-03-2011
    Location
    Vancouver
    MS-Off Ver
    Excel 2007
    Posts
    37

    Find repeating numbers in a sheet

    We schedule approx. 30 employees Monday to Sunday

    We use a simple spreadsheet, with the working employee's number under the scheduled time for a 2 week period. This is a simple example:


    January 06:30 07:00 09:00 10:00 12:00 14:00

    1 100 101 102 103 104 105
    2 107 109 101 110 104 105
    3 100 103 104 111 105 112
    etc. for 14 days.


    I would like to display how many times an employee's number has been entered in the 14 day period.

    Example:
    100 =2
    101 =2
    103 =2
    104 =3
    105 =3
    etc.

    also, see attached file.
    Thanks
    Attached Files Attached Files
    Last edited by Bay; 06-06-2011 at 11:26 PM. Reason: Attached a file

  2. #2
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    365
    Posts
    2,243

    Re: Find repeating numbers in a sheet

    Hello,

    Use COUNTIF, like

    =COUNTIF(B2:G15,J2)

    Where J2 contains the employee #.

    If you can attach a dummy file, would be better.
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  3. #3
    Registered User
    Join Date
    06-03-2011
    Location
    Vancouver
    MS-Off Ver
    Excel 2007
    Posts
    37

    Re: Find repeating numbers in a sheet

    I have attached a dummy file.
    Peter

  4. #4
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    365
    Posts
    2,243

    Re: Find repeating numbers in a sheet

    B7, copy down

    =COUNTIF($B$2:$G$4,A7)

  5. #5
    Registered User
    Join Date
    06-03-2011
    Location
    Vancouver
    MS-Off Ver
    Excel 2007
    Posts
    37

    Re: Find repeating numbers in a sheet

    Thanks Haseeb. It works fine.

+ 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