sum hours

M

mcnews

i have a punch in, punch out, and hours columns. the first two fields
are date time. i use a time function the subtract pinch in from punch
out to get hours.
i want to sum those hours on my timesheet.

e.g.

=sum(hours)

3.57
1.59
4.54

is there a time function that would sum these correctly?

tia,
mcnewsxp
 
M

mcnews

i have a punch in, punch out, and hours columns.  the first two fields
are date time.  i use a time function the subtract pinch in from punch
out to get hours.
i want to sum those hours on my timesheet.

e.g.

=sum(hours)

3.57
1.59
4.54

is there a time function that would sum these correctly?

tia,
mcnewsxp

this seems to work:
=Format(Sum([hours]/24),"h:nn")
 

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

Similar Threads


Top