A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
This one?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm trying to create a sheet that will automatically calculate the FTE amounts I've listed on the left if there's a name entered in the box.
Basically I need to assign the corresponding FTE value to each row IF there's a name in the box.
Eg. Where I've listed 'A" I need it to be worth 1 or 0.8 or 0.1 etc. And add up down the bottom. This way if a value is entered into each column I can calculate what amount of FTE is on leave at any time.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Your layout is what we called pivoted data. And this layout is bad for Excel because you can not use all the powerful tools inside to calculate the results.
Anyway, there is a solution with layout like this (random data without any sense, note that you separate names with a comma in a cell):
I do not formatted the data as table because to keep the formulas in row 1. Next year all I need to do is to change the date in B1 to get the full calendar for 2025. (It's just a simple layout, you can add weekends, holidays etc. as usual in other calendars).
The trick is to create a named range over the full calendar, then we can load the data into Power Query and unpivot into this:
This is perfect for analyze, so we can use e.g. a Pivot table and get a result like this:
This is pretty simple and we don't need any formulas at all. Here is a sample file:
Andreas.
Possibly! I will try shortly, thanks
So the numbers are a decimal percentage of what people work. Across the top of my file will be dates (split into monthly blocks and if someone Is full time I'll put their name in the row 1.0 under the corresponding dates. If someone only works 4 days a week I'll put their name in the 0.8 row and their corresponding dates.
So say both people who work 1.0 and 0.8 have January 1st off, if Both their names (the A reference place holder) are under that date I want the total to automatically calculate that 1.8 people have booked time off.
Hi,
How have you calculated the numbers in the FTE column? What do you mean by "I need it to be worth 1 or 0.8 or 0.1"? Share data in a format that can be pasted in an MS Excel file.