Hi,
I'm slightly simplify my approach to my job costing problem, from what I was originally trying to do (which was way to complicated and probably needs a full program itself to work) to the below.
I have the attached example spreadsheet that I am trying to calculate wage costings to per day and per job.
The "QLD WSheet" tab calculates a average hourly rate per day (and the formula works based on hour many hours in a day the person has worked, multiplied by their rates specifics on a separate sheet (which all works fine)) - I then want to pull this value across to the "QLD Timesheet" tab to multiple the average hourly rate for the day by the total of Std and Overtime Hrs for that person on that day and job.
What I have tried is the below formula:
=SUMPRODUCT(SUMIFS(INDEX('QLD WSheet'!1:1048576,0,MATCH('QLD Timesheet'!D7,'QLD WSheet'!D2:AS2,0)),'QLD WSheet'!C4:C31,'QLD Timesheet'!E7))
but I only get a #VALUE! result.
I have tried multiple ways including the Array Ctrl + Shift + Enter function which still just gives me the same result.
Appreciate any help offered to fix my dilemma.
Matt
Bookmarks