Hello all,
I am new to this forum and hope someone can assist with helping me find the correct function to use.
My scenario:
I would like to calculate overtime pay for employees
My problem:
Regular pay applies for 1-40 hours. Time and a half is from 40-51 hours, and over 51 hours is double time.
For double time, I am using the "if" function. =if(a1>51, (a1-51)*a2, 0).
I am struggling with a function for 40-51 hours. I want to multiply anything that lies anything between 40-51 by the time and a half rate.
Hopefully this makes sense. Thanks for your time and assistance, it is appreciated!
Bookmarks