+ Reply to Thread
Results 1 to 5 of 5

Attendance Point Tracker

  1. #1
    Registered User
    Join Date
    05-23-2015
    Location
    USA
    MS-Off Ver
    2013
    Posts
    16

    Attendance Point Tracker

    I found an attendance point tracker that I have tried to edit to work towards our company point system...

    There's some default formulas from the people who worked on it last, however I am wanting to change it to:

    NCNS (2 pt)
    ABS (1 pt)
    Tardy after 5 minutes (0.25 pt)
    Tardy after 240 minutes (0.5 pt)
    Early Out (0.5 pt)

    How can can I make this calculate that instead of the default values? I've attached the spreadsheet so you can look at it to see what I'm talking about.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: Attendance Point Tracker

    Try entering the formula below in E2 of your "Occurrences" sheet, then fill down through the rows. You'll also need to fix your "ABS" entry on "Sheet 1", because it actually says "ABS " (with a space at the end) which throws off the vlookup.

    =IFERROR(IF(TRIM($C2)="TAR",IF($D2>240,0.5,IF($D2 > 5,0.25,0)),VLOOKUP(TRIM($C2),Sheet1!$A$1:$B$5,2,FALSE)),"")

    Let me know if that captures what you're after...

  3. #3
    Registered User
    Join Date
    05-23-2015
    Location
    USA
    MS-Off Ver
    2013
    Posts
    16

    Re: Attendance Point Tracker

    Thanks Cantosh,

    Actually sheet 1 is just for my reference it has nothing to do with any of the data the spreadsheet captures...

    I put this formula in but it didn't do anything.

  4. #4
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: Attendance Point Tracker

    It didn't do anything at all? Here's a formula that doesn't relate to Sheet1. Put this one in E2 on the "Occurrences" sheet and fill down:

    =IFERROR(IF(TRIM($C2)="TAR",IF($D2>240,0.5,IF($D2>5,0.25,0)),IF($C2="ABS",1,IF($C2="NCNS",2,IF($C2="Early Out",0.5,0)))),"")

  5. #5
    Registered User
    Join Date
    05-23-2015
    Location
    USA
    MS-Off Ver
    2013
    Posts
    16

    Re: Attendance Point Tracker

    That worked great!

    Thanks so much!!!

+ 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: 10
    Last Post: 03-17-2016, 05:34 AM
  2. Attendance Tracker
    By bsoper in forum Excel General
    Replies: 6
    Last Post: 10-06-2015, 09:56 PM
  3. Replies: 1
    Last Post: 10-24-2014, 09:57 PM
  4. Formula to look back 90 days and drop point on attendance tracker
    By tmorr24 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-22-2014, 01:27 AM
  5. Attendance Tracker help
    By CHill0828 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-11-2014, 12:59 PM
  6. Attendance tracker
    By TONY1987 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-08-2014, 08:16 AM
  7. [SOLVED] attendance tracker
    By jennyn in forum Excel General
    Replies: 2
    Last Post: 01-11-2006, 03:10 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