Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What is the syntax for subtracting 15 minutes from 8:15 a.m.? (I want the
calculated end result to be 8:00 a.m.) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You have to divide the minutes by 60 and by 24 in order to subtract
them from a time-formatted value. i.e. if you have 8:15 am in A1 and 15 in B1 try this in C1: =A1-B1/60/24 and format the cell as time. Hope this helps. Pete |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Do you have 2 values in 2 different cells both formatted as time where one
is 08:15 and the other is 00:15? If so just subtract = A2 - A3 where A3 is 00:15 and A2 is 8:15 if A2 is 8:15 and A3 is 15 use =A2-(A3/1440) -- Regards, Peo Sjoblom http://nwexcelsolutions.com "holtonh179" wrote in message ... What is the syntax for subtracting 15 minutes from 8:15 a.m.? (I want the calculated end result to be 8:00 a.m.) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
time sheet drop down lists | Excel Discussion (Misc queries) | |||
Subtract one time from another and get answer in minutes | Excel Discussion (Misc queries) | |||
Convert hours and minutes in time format into fractions of hours.. | Excel Worksheet Functions | |||
What formula is used to add or subtract minutes from a time in a . | Excel Worksheet Functions | |||
convert decimal number to time : convert 1,59 (minutes, dec) to m | Excel Discussion (Misc queries) |