Hi Guys,
And just in the case, if we click on a regular filter. Can it sum up everything on the formula?
I need help with my project, I have columns for the date, start time, end time, Job dept, job#, tasks, total time and the equivalent number of hours worked.
I used these formulas which works fine.
=SUMIF($D$5:$D$53,A49,$H$5:$H$53)*24
=SUMIFS(H5:H46,D5:D46,"PM",I5:I46,1)*24
=SUMPRODUCT(($H$5:$H$46)*($D$5:$D$46=A49)*($I$5:$I$46=1))*24
However, I need to pull just for the date, Job dept, and the total hours of work. can we do that? then sum up the total worked hours?
And just in the case, if we click on a regular filter. Can it sum up everything on the formula?
I need help with my project, I have columns for the date, start time, end time, Job dept, job#, tasks, total time and the equivalent number of hours worked.
I used these formulas which works fine.
=SUMIF($D$5:$D$53,A49,$H$5:$H$53)*24
=SUMIFS(H5:H46,D5:D46,"PM",I5:I46,1)*24
=SUMPRODUCT(($H$5:$H$46)*($D$5:$D$46=A49)*($I$5:$I$46=1))*24
However, I need to pull just for the date, Job dept, and the total hours of work. can we do that? then sum up the total worked hours?