Forum Discussion

loganak's avatar
loganak
Copper Contributor
Mar 22, 2022
Solved

Setting up a "smart" count for a column for overtime

I am trying to set up a totaling function for regular and overtime in a column. Here is the catch: Over time is met at 8 hours a day AND whenever the employee hits 40 hours in a week. I can run a for...
  • HansVogelaar's avatar
    HansVogelaar
    Mar 22, 2022

    loganak 

    Here is a solution that calculates overtime using a custom VBA function. Regular time is calculated as total time - overtime.

Resources