Hello
I am trying to calculate the number of days, hours and minutes between two cells, for example the cell contents are as follows:
23/9/2014 10:00 (cell D76)
and
01/10/2014 0:00 (cell E76)
my formula/calculation is as follows:
=NETWORKDAYS(E76-D76,0)&" Days "&HOUR(MOD(E76-D76,1))&" Hour "&MINUTE(MOD(E76-D76,1))&" Minutes"
The result should be 5 days, 14 hours and 0 minutes, however, the result I get is
-5 Days 14 Hour and 0 Minutes
The formula works great apart from the fact that it should NOT be minus - can anyone assist me in where I am going wrong here please. I am using Windows 7, Excel 2010. Many thanks in anticipation of any help.
I am trying to calculate the number of days, hours and minutes between two cells, for example the cell contents are as follows:
23/9/2014 10:00 (cell D76)
and
01/10/2014 0:00 (cell E76)
my formula/calculation is as follows:
=NETWORKDAYS(E76-D76,0)&" Days "&HOUR(MOD(E76-D76,1))&" Hour "&MINUTE(MOD(E76-D76,1))&" Minutes"
The result should be 5 days, 14 hours and 0 minutes, however, the result I get is
-5 Days 14 Hour and 0 Minutes
The formula works great apart from the fact that it should NOT be minus - can anyone assist me in where I am going wrong here please. I am using Windows 7, Excel 2010. Many thanks in anticipation of any help.