summation based on criteria
Hi Guys,
I have a question. I am trying to write a script with no success that sums up different cells based on their Job titles as shown in the picture below.
I Need the Hour(s) column highlighted in red to get its value from the sum in column highlighted in blue based on the job number.
example: all the "Apples" job number to be summed and displayed in the Hour(s) column highlights in red.
in excel it would be something like this. (JobNumber and Totaltime would be the cell range)
Apple Hours = SUMIF(JobNumber[0],"Apples",TotalTime(Hours)[0])
Sumif(Range, Criteria, [sum_range])

