|
|
|
date: Sat, 05 Jul 2008 00:15:22 -0700,
group: microsoft.public.excel
back
Re: Time Question
I assume that you have typos in your formula but with the start time (11:01
PM) in D116 and the end time (12:03 AM) in E116 try:
=IF(COUNT(D115:E115)<>2,"",MOD(E115-D115,1))
to give 01:02
Can be used for any time of day not just crossing midnight.
--
HTH
Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings
sandymann2@mailinator.com
Replace @mailinator.com with @tiscali.co.uk
"Paul" wrote in message
news:7l7u64lph4kf49brn08p0eec8nug221b2d@4ax.com...
> Column D: 11:01 PM
> Column E: 11:10 PM
>
> Using this formula =IF(C116="","",IF(D116="",0,D116-C116)) I get in
> column C: 0:09 (Elapsed minutes, which is what I want.)
>
> All well and good until this happens
>
> D: 11:01 pm
> E: 12:03 am
>
> Not I get gobbledeegook.
>
>
>
date: Sat, 5 Jul 2008 09:48:24 +0100
author: Sandy Mann
|
|