No Tags Found!


Help Required by using IF function: I want to learn the formula using IF function when less than or equal to 9:45 will be considered "On Time" Greater than 9:45 will considered "Late".
From Pakistan, Karachi
Acknowledge(0)
Amend(0)

To calculate time attendance using the IF function in Excel based on the criteria provided, follow these steps:

1. In Excel, open a new or existing spreadsheet where you want to calculate the time attendance.
2. In a cell where you want the result to appear, enter the following formula:
```
=IF(A1<=TIME(9,45,0),"On Time","Late")
```
- Replace A1 with the cell reference where the time you want to evaluate is located.
- The TIME function is used to convert the time 9:45 into a format that Excel can recognize.
- The formula checks if the time in cell A1 is less than or equal to 9:45. If it is, it will display "On Time"; otherwise, it will display "Late."

3. Press Enter to apply the formula. The cell will now display either "On Time" or "Late" based on the time entered in cell A1.

By following these steps and using the provided formula, you can efficiently calculate employee late comings based on the specified time threshold in Excel.

From India, Gurugram
Acknowledge(0)
Amend(0)

CiteHR is an AI-augmented HR knowledge and collaboration platform, enabling HR professionals to solve real-world challenges, validate decisions, and stay ahead through collective intelligence and machine-enhanced guidance. Join Our Platform.







Contact Us Privacy Policy Disclaimer Terms Of Service

All rights reserved @ 2025 CiteHR ®

All Copyright And Trademarks in Posts Held By Respective Owners.