Get comprehensive solutions to your problems with IDNLearn.com. Join our knowledgeable community to find the answers you need for any topic or issue.

In Excel, to calculate the total number of hours worked using a 24-hour clock format, which formula would you use if you have start and end times in cells A1 and B1, respectively?
- =B1 - A1
- =TEXT(B1 - A1, "h:mm")
- =SUM(B1 - A1)
- =DATEDIF(A1, B1, "h")