Calculating FTE

DawnRN

New Member
Joined
Apr 30, 2016
Messages
5
I have a spreadsheet calculating hours worked, based on time of day start and time of day end, expressed as 08:00 or 10:00 or 12:00 hours. I would like to sum these columns and then divide by 80 to calculate FTE. I'm having trouble because the hours are expressed as time and not just a number. Any help is appreciated!
 
Changing the cell format to [H] really doesn't make any difference for your SUM, that only changes the way the Data is displayed in the cell, so it Only matters on how you want to See your data, but does nothing for the SUM formula.
If you have formulas putting the "" in the cells, that will give you the #VALUE! error, there are different ways to work around it.
One way, if you have Headers for the cells you want to sum, this also simplifies the formula and makes it easier to maintain, you can try something like,

I used "Hours" as the Header, please show what your actual Header is, so the formula can be adjusted accordingly:

=SUMIF(G1:BU1,"Hours",G7:BU7)*24/80
 
Last edited:
Upvote 0
THANK YOU!! That did the trick, and then formatting the cells as Number spit out the FTE! You guys are wonderful!
 
Upvote 0

Forum statistics

Threads
1,226,848
Messages
6,193,315
Members
453,790
Latest member
yassinosnoo1

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