Subtract hours from time
This tutorial shows how to subtract hours from time using an Excel formula, with the MOD function
Hard coded formula
Cell reference formula
=MOD(B5-(1/24),1)
=MOD(B5-(C5/24),1)
|
GENERIC FORMULA
=MOD(time-(hours/24),1)
ARGUMENTS GENERIC FORMULA
=MOD(time-(hours/24),1)
ARGUMENTS EXPLANATION This formula uses the MOD function to subtract a number of hours from a specific time.
Click on either the Hard Coded or Cell Reference button to view the formula that has a number of hours that are to be subtracted from a specific time directly entered into the formula or referenced to a specific cell. |
RELATED TOPICS
Related Topic | Description | Related Topic and Description |
---|---|---|
Add hours to time | How to add hours to time |
RELATED FUNCTIONS
Related Functions | Description | Related Functions and Description |
---|---|---|
MOD Function | The Excel MOD function returns the remainder after dividing a number by the divisor |