A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi Sandeep,
For Overtime calculation, please use the following formula:
=[TOTAL WORKED]-TIME(8,0,0)
Replace [total worked] with the reference to the cell in the row in that column.
For late calculation, you would need to provide a default start time for the employee but I'll show a version that has a hard-coded value you can change:
=[TIME IN]-TIME(9,30,0)
Replace time in the same way you did above but with the time in column. Also you can change the values in the time function to whatever the start time should be, it is currently set to 9:30 is starting time.
Please let me know if this answers your question by marking as answer and if you need further assistance.
Thanks,
EBW