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

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

python - Received unregistered task using Celery with Django -