[FONT="]I am working on a timecard worksheet that calculates the time worked between the start time and end time. I can get it to calculate and round to the nearest quarter hour, but I also want it to max out the regular hours at 12.25 hours than its OT. This is what I have so far that I'm using and just manually changing the regular hours to 12.25:[/FONT]
[FONT="]=ROUND((D45-C45)*24,1) for regular pay[/FONT]
[FONT="]=IFERROR(MROUND((D45-C45+F45-E45+(C45>D45))*24-12.25,0.25),0) for my OT
Any help is appreciated, I've tried several different options and I can't get any formula I've tried to calculate past 12.0 hours in regular hours.[/FONT]
[FONT="]=ROUND((D45-C45)*24,1) for regular pay[/FONT]
[FONT="]=IFERROR(MROUND((D45-C45+F45-E45+(C45>D45))*24-12.25,0.25),0) for my OT
Any help is appreciated, I've tried several different options and I can't get any formula I've tried to calculate past 12.0 hours in regular hours.[/FONT]