excel - How to subtract 08/22/2013 18:38:42 - 07/26/2013 14:56:39 with output format 2.4 days -


how subtract 08/22/2013 18:38:42 - 07/26/2013 14:56:39 in excel return in format 2.4 days?

just subtract - if have start date/time in a2 , end date time in b2 can use formula in c2

=b2-a2

format c2 number - won't 2.4 example, though. looks more 27.2


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

tags - Jquery Mixitup plugin help prevent handlers being destroyed -

python - Received unregistered task using Celery with Django -