I have a spreadsheet with a list of jobs I am resourcing with the following attributes as row headings ....
Resource Name
Job Code
Project Name
Chargable or Non Chargable
Hours charged
And I have the column headings as the date week by week (simple stuff)
I have used SumIf() to report in another list the total number of hours charged by person simply by having the list of names to check and SumIf() the 'Resource Name' list and then sum'ing the 'Hours Charged' column for if a match is found.
This works perfectly so now I have a table of time charged by person - woohoo.
Now I need to split out JUST the Chargable time. So I kinda want to say .... 'if the Resource Name is the same AND the Resource work is listed as Chargable then Sum the Hours Charged .... but SumIf doesn't allow more than one argument in the if .... or does it ?
Thanks in advance,
Christopher
PS> I want the resource's Chargable hours for each day and displayed in the spreadsheet so a pivot table does not work either - I need a formula ?
Help !
Bookmarks