Calculate time worked

G

Guest

Using Excel 2000:How do I calculate time worked by inputting start time, end time and get answer in format hours.decimal hours. I input time using TIME(Hours, Minutes, seconds). The result of subtraction is of format 1:45 A
Please help
 
N

Norman Harker

Hi Herb!

Since time is recorded as a decimal part of a day use:

=A1*24
Format General

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 
F

Frank Kabel

Hi
if A1 is your starting time and B1 your end time use
=(B1-A1)*24

if your working time can span midnight use
=(B1-A1+(B1<A1))*24
 

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