Subtract minutes from time

This tutorial shows how to subtract minutes from time using an Excel formula, with the MOD function

EXCEL FORMULA 1. Subtract minutes from time

EXCEL

Hard coded formula
Subtract minutes from time
Cell reference formula
Subtract minutes from time
=MOD(B5-(20/1440),1)
=MOD(B5-(C5/1440),1)
GENERIC FORMULA

=MOD(time-(minutes/1440),1)

ARGUMENTS
time: The time to subtract minutes from.
minutes: Number of minutes to subtract from the time.

GENERIC FORMULA

=MOD(time-(minutes/1440),1)

ARGUMENTS
time: The time to subtract minutes from.
minutes: Number of minutes to subtract from the time.

EXPLANATION

This formula uses the MOD function to subtract a number of minutes from a specific time.

Click on either the Hard Coded or Cell Reference button to view the formula that has a number of minutes 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
How to add minutes to time
How to add hours to time
How to subtract hours from time

RELATED FUNCTIONS

Related Functions Description Related Functions and Description
The Excel MOD function returns the remainder after dividing a number by the divisor