Calculating Time

  • Thread starter Thread starter Duane Emerson
  • Start date Start date
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.
 
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

Similar Threads

Allocated amount rounded to nearest .25 without exceeding total 6
Time Calculation 9
Excel Sumproduct 0
TIME CALCULATION 5
convert time to 1/4 hours 2
Time Calculations over a week 5
Percentages 2
Workhours Calculation 5

Back
Top