Calculating differences in dates

P

Paul Sheppard

I want to calculate the difference between todays date and dates in the
future in days, hours and minutes

eg Today 30/06/2005 10:37
Future date 03/07/2005 11:48

Difference 3 days 1 hour 11 minutes

What formula should I use and how should the cells be formatted?

Thanks for any help
 
G

greg7468

Hi Paul,
subtract NOW() from the future date

custom format to

dd" days ":hh" hours ":mm" minutes"

There maybe a better way but this will work.

HTH.
 
P

Paul Sheppard

Hi Greg

That worked ok for the example I gave, but when I use future dates that
are months away I do not get the result I would expext

eg

Future Date 09/09/2005 08:54
Now 30/06/2005 11:23

Result 10:21:03

The hours and minutes look ok but not the days??????
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top