Sep 16, 2003 #1 Tracy3e Technical User Jun 23, 2001 54 CA Is there anyway you can type in a start and finish time into two Excel cells and have it calculate the elapsed time? e.g. from 9:01am to 2:37pm. Thank you.
Is there anyway you can type in a start and finish time into two Excel cells and have it calculate the elapsed time? e.g. from 9:01am to 2:37pm. Thank you.
Sep 16, 2003 1 #2 S SkipVought Programmer Dec 4, 2001 47,492 US Hi, Excel times are in fractions of days. So Code: =(A1-A2)*24 will give you hours. If you format that cell [h]:mm;ss you get elapsed hours:minutes:seconds Skip, Skip@TheOfficeExperts.com http://www.TheOfficeExperts.com Upvote 0 Downvote
Hi, Excel times are in fractions of days. So Code: =(A1-A2)*24 will give you hours. If you format that cell [h]:mm;ss you get elapsed hours:minutes:seconds Skip, Skip@TheOfficeExperts.com http://www.TheOfficeExperts.com