Calculating Time

D

Duane Emerson

I'm trying to add & divide hours that exceed 24. Ex: I
work on a particular project 5 hours a day Mon - Fri. I
would like to total the hours, then divide by my 40 hours
worked to determine what % of time was spent on that
project. Thanx.
 
P

Peo Sjoblom

If the hours are entered as integers

=SUM(A1:A50)/40

format as percentage

if entered in excel time format

=SUM(A1:A50)/"40:00")

format as percentage
 

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