close

I am trying to calculate the difference between two date/time entries in
minutes excluding a certain period of time.

EG date 1:- 1/10/2006 19:30; date 2:- 1/11/2006 10:00. i am aware that the
formula for calculating out the minutes is =(2nd date-1st date)*1440 which
returns the answer 870 but i am trying to exclude the time between 23:00 and
07:00 the following morning so i would like the answer to return 390 minutes.
The formula would have to work between multiple days such as 1/10/2006 -
4/01/2006 i.e a spilt of 3 days but excluding the times 23:00 to 07:00 as
above.

Please advise.Try this

=(INT(A2)-INT(A1)-1)*960 (MIN(TIME(16,0,0),MAX(0,TIME(23,0,0)-MOD(A1,1))) MI
N(TIME(16,0,0),MAX(0,MOD(A2,1)-TIME(7,0,0))))*1440

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

quot;Steve Hudquot; lt;Steve gt; wrote in message
...
gt; I am trying to calculate the difference between two date/time entries in
gt; minutes excluding a certain period of time.
gt;
gt; EG date 1:- 1/10/2006 19:30; date 2:- 1/11/2006 10:00. i am aware that
the
gt; formula for calculating out the minutes is =(2nd date-1st date)*1440 which
gt; returns the answer 870 but i am trying to exclude the time between 23:00
and
gt; 07:00 the following morning so i would like the answer to return 390
minutes.
gt; The formula would have to work between multiple days such as 1/10/2006 -
gt; 4/01/2006 i.e a spilt of 3 days but excluding the times 23:00 to 07:00 as
gt; above.
gt;
gt; Please advise.
gt;

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()