Calculating time using minutes.

C

computerkiller

I have created an invoice to record the minutes I work on a job but can not
figure out how to sum the total time I want the minutes in the format hours
and half hours, ie 1.5 hours. Can some one tell me how to do this. Thank you.
 
D

Doug Robbins - Word MVP

How are the times being entered into the invoice? In what format? As
ordinary text? Into FormFields?

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
 
C

computerkiller

I am going to input them as 15 min intervals. I do not know what you mean as
format, unless you mean time = .15. I guess that would be ordinary text. I am
not using FormFields. This is just as a column with the time in it. (Note
this is in Word.)

Thank you for responding. DB.

_______________
 
S

Steve Yandl

computerkiller,

Even if you enter your numbers as text, the program will determine results
in a mathematically correct way and you might be setting yourself up for
some odd results based on what you've described.

If you're entering minutes, and you write decimal point one five ".15" that
might been 15 100ths of a minute and I doubt that's what you wanted. If you
intend for .15 to be interpreted as 15 minutes, that won't happen (15 100ths
of an hour is actually 9 minutes and I don't think that's what you want).
If you're really wanting to enter minutes, just enter the number without a
decimal point. The problem is that if you're just typing this into a column
in Word or into cells in a Word table rather than a form, it's tough to
limit data entry to multiples of 15 minutes but if you're the only user of
this setup that shouldn't be a problem; you just know to enter 15, 30, 45,
60, 75 or whatever the correct number of minutes is.


Steve
 
D

Doug Robbins - Word MVP

Assuming that you are entering the times as minutes (15, 30, 45 etc.) into
the cells of a column in a table, in the cell where you want the total to
appear, you can used the formula

{ = SUM(ABOVE)/60 }

If you are using .15 for 15 minutes, then you would use

{ = SUM(ABOVE)/.6

However, using 1.5 for one hour and 30 minutes, will not give you the
correct result. You would have to use .90 for that; two hours would be 1.2
etc.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
 

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