Let say I have two cell with date and time together.
Start date and time- A1: "01 Feb 2013 03:35:33"
End date and time-B1:"05 Feb 2013 04:28:21"
What should I do to calculate the difference between with the result "days","hrs","mins".
If I calculate the difference B1 is greater than A1, then it should display as 4 days 7 hrs 28 mins
If A1 is greater than B1 and it should be in negative, suppose
Start date and time- A1: "05 Feb 2013 03:35:33"
End date and time-B1:"01 Feb 2013 04:28:21"
Result should be -4 days 7 hrs 28 mins
Please help me.
Bookmarks