Percentage of time worked

Simbor2

New Member
Joined
Apr 14, 2023
Messages
11
Platform
  1. Windows
1681462675400.png


Hi!
This is my first post here and I am sorry if the question has already been asked and answered. Couldn't find anything for this.
Anyways!
I can't figure out how to get the % total of hours worked. The formula for total is: =SUM(L85:R85) ,for example. How do I make that into percent if a the total of a work week is 40 hours?
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Hi, you need to convert the 40 to a time, you can do that by dividing by the number of hours in a day.

So..
Excel Formula:
=S85/(40/24)
 
Upvote 0
Hi, you need to convert the 40 to a time, you can do that by dividing by the number of hours in a day.

So..
Excel Formula:
=S85/(40/24)
Hi, thanks for helping.
Unfortunately that formula gives me this:
1681465226673.png
 
Upvote 0
Hi, can you post some sample data that we can work with? Pictures do not help us to diagnose what is going on.

Book1
LMNOPQRST
84MonTueWedThuFriSatSunTotal%
8500:0008:0008:0000:0000:0000:0000:0016:0040%
8608:0008:0008:0008:0008:0000:0000:0040:00100%
8708:0008:0008:0000:0000:0000:0000:0024:0060%
Sheet1
Cell Formulas
RangeFormula
S85:S87S85=SUM(L85:R85)
T85:T87T85=S85/(40/24)
 
Upvote 0
Hi, can you post some sample data that we can work with? Pictures do not help us to diagnose what is going on.

Hi! So sorry, it was a typo that made the misstake. What you said worked. Thank you so much!
 
Upvote 0

Forum statistics

Threads
1,215,071
Messages
6,122,963
Members
449,094
Latest member
Anshu121

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top