Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am looking at deviations from an average time (today was 2 minutes faster
than average, yesterday was 3 minutes slower, etc), but excel refuses to display negative times if i simply enter a formula =Today'sTime-AverageTime. I know how to get an absolute difference, but i want the signed (+ or -) time so I can tell fast from slow. Any way to do this? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try with date from 1904 in tools / option / compute
"alexfthe" a écrit dans le message de news: ... I am looking at deviations from an average time (today was 2 minutes faster than average, yesterday was 3 minutes slower, etc), but excel refuses to display negative times if i simply enter a formula =Today'sTime-AverageTime. I know how to get an absolute difference, but i want the signed (+ or -) time so I can tell fast from slow. Any way to do this? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() You could convert to minutes to allow negative values, i.e. =(B1-A1)*1440 custom format as +0;-0;0 although this may be complicated by time periods from one day to the next, do you have just times or times/dates? -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=521327 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Multiply the time by 24 and you will get decimal hours which supports
negatives. -- HTH Bob Phillips (remove nothere from email address if mailing direct) "alexfthe" wrote in message ... I am looking at deviations from an average time (today was 2 minutes faster than average, yesterday was 3 minutes slower, etc), but excel refuses to display negative times if i simply enter a formula =Today'sTime-AverageTime. I know how to get an absolute difference, but i want the signed (+ or -) time so I can tell fast from slow. Any way to do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i show negative time in hours minutes | Excel Worksheet Functions | |||
How do I display time in a negative format? | Excel Worksheet Functions | |||
How do you enter a negative time number in Excel? | Excel Discussion (Misc queries) | |||
How to show negative time (e.g. -10 hours) | Excel Worksheet Functions | |||
negative time | Excel Discussion (Misc queries) |