Share via

Excel FTE calculations help please

Anonymous
2024-04-27T02:35:39+00:00

Hello,

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.

Microsoft 365 and Office | Excel | For business | Other

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.

0 comments No comments

Answer accepted by question author

  1. Anonymous
    2024-04-27T03:09:34+00:00

    This one?

    =SUMIF(C2:C10,"a",$A$2:$A$10)

    1 person found this answer helpful.
    0 comments No comments

7 additional answers

Sort by: Most helpful
  1. Andreas Killer 144.1K Reputation points Volunteer Moderator
    2024-04-27T07:26:04+00:00

    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:

    https://www.dropbox.com/scl/fi/7uw8a0573su2gj12mr0h6/bc4d7fa9-0507-4a09-87a6-4aaba7dfc136.xlsx?rlkey=2s2huz8kbahrqe9cw91bwtmjt&dl=1

    Andreas.

    0 comments No comments
  2. Anonymous
    2024-04-27T03:26:42+00:00

    Possibly! I will try shortly, thanks

    0 comments No comments
  3. Anonymous
    2024-04-27T03:26:14+00:00

    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.

    0 comments No comments
  4. Ashish Mathur 101.8K Reputation points Volunteer Moderator
    2024-04-27T02:57:47+00:00

    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.

    0 comments No comments