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!
 
If you sum and multiply that by 24, you will get a number of hours.
 
Upvote 0
What error are you getting?
 
Upvote 0
Then something in one of those cells isn't a number or date/time value.
 
Upvote 0
Hi,

Do you have formulas in the cells you're trying to SUM that might have put a Text value or "" (blank) in the cell?

Also, do you have Headers in the Columns you're trying to Sum?
 
Upvote 0
Yes, I do have "" in the formulas. I think I've made some progress as I've formatted the cells I'm trying to sum as [H] so it is now a whole number 8, 10, or 12 rather than 8:00, 10:00, or 12:00 but still can sum the cells and then divide by 80 to calculate FTE for a two-week work period.
 
Upvote 0
Try:

=24*Sum(G7,J7,M7,P7,S7,V7,Y7,BC7,BF7,BI7,BL7,BO7,BR7,BU7)/80
 
Upvote 0

Forum statistics

Threads
1,226,840
Messages
6,193,282
Members
453,788
Latest member
drcharle

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