sum hours

  • Thread starter Thread starter mcnews
  • Start date Start date
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
 
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

Rounding Time 12
Summing of Different sites within a day 1
Need help with cell formatting 2
Excel Sumproduct 0
Calculate field sum of today 5
Move two columns to four columns 2
move two columns of data to four columns 1
Calculate 2

Back
Top