+ Reply to Thread
Results 1 to 3 of 3

Attendance Tracker

  1. #1
    Registered User
    Join Date
    01-02-2012
    Location
    Karnatak, India
    MS-Off Ver
    Excel 2010
    Posts
    34

    Attendance Tracker

    Hi,

    I have attached a sample tracker - where i have 2 tabs one is attendance tracker and another one is production tracker.

    Now i am looking out for a formula which counts attendance based on there production numbers for that respective day.

    Here is what is am looking:

    If an employee has done production more than "0" than his attendance should reflect as "Present".

    If an employee has done production less than or equal to "0", than his attendance should reflect as "Absent".

    Can anyone please help me out to solve this.
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    07-24-2009
    Location
    Valrico, FL USA
    MS-Off Ver
    Excel 2016
    Posts
    358

    Re: Attendance Tracker

    Try the following formula in cell B3 on your Attendance Tracker sheet.

    =IF(SUMPRODUCT(--('Production Tracker'!$A$3:$A$17=B$1)*('Production Tracker'!$B$3:$B$17=$A3)*('Production Tracker'!$C$3:$C$17))>0,"Present","Absent")
    Then copy and paste.

    Norman

  3. #3
    Registered User
    Join Date
    01-02-2012
    Location
    Karnatak, India
    MS-Off Ver
    Excel 2010
    Posts
    34

    Re: Attendance Tracker

    Hello Norman,

    Thank you so much for the formula, its working fine . Have great day......

+ 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