Hi everyone,
I am sure this has been asked before, but I couldn't find it in the forum.
I have
- some timesheet data showing how many hours an employee worked on a project under various task codes
- a table of the hourly rate per person (sensitive, hidden)
- a summary table to show the labour cost for each project, sub divided by task code
I can make the summary table work by adding a VLOOKUP column to the timesheet data to work out the cost of each entry. Then I can use SUMIFS to summarise this cost in the summary table.
However, I need to make the timesheet data available to all users, but keep the hourly rate data hidden. I can't work out a formula to directly summarise the cost without going via the VLOOKUP column. I have a feeling that SUMPRODUCT might be the answer, but I can't get my head around it. If possible, I would prefer to avoid using array formulas as I have to pass this over to someone who is not familiar with these or the CSE method of entering them.
I have uploaded a file showing a simplified format of the data with the VLOOKUP / SUMIFS calculation in place.
Thank you in advance for your help.
I am sure this has been asked before, but I couldn't find it in the forum.
I have
- some timesheet data showing how many hours an employee worked on a project under various task codes
- a table of the hourly rate per person (sensitive, hidden)
- a summary table to show the labour cost for each project, sub divided by task code
I can make the summary table work by adding a VLOOKUP column to the timesheet data to work out the cost of each entry. Then I can use SUMIFS to summarise this cost in the summary table.
However, I need to make the timesheet data available to all users, but keep the hourly rate data hidden. I can't work out a formula to directly summarise the cost without going via the VLOOKUP column. I have a feeling that SUMPRODUCT might be the answer, but I can't get my head around it. If possible, I would prefer to avoid using array formulas as I have to pass this over to someone who is not familiar with these or the CSE method of entering them.
I have uploaded a file showing a simplified format of the data with the VLOOKUP / SUMIFS calculation in place.
Thank you in advance for your help.