Forum Discussion

RandomPanda's avatar
RandomPanda
Brass Contributor
Sep 10, 2021
Solved

AVERAGEIFS

Hopefully this is easy, but I just can't wrap my head around how long this formula (how many nested formulas) is going to be.   Have a table (not named, but could be if easier) on one sheet ("Gang ...
  • RandomPanda's avatar
    RandomPanda
    Sep 16, 2021

    Figured it out in case anyone else needs to know. I used "AVERAGEIFS" with several criteria and added rounding at the beginning to make my pivot table look better without having 47 decimal places.
    EXAMPLE:
    =IFERROR(ROUND(AVERAGEIFS('Total Labor'!L:L,'Total Labor'!L:L,"<13",'Total Labor'!L:L,">3",'Total Labor'!K:K,"Regular Worked Hours",'Total Labor'!E:E,E10),2),0) --added error handling so if a department didn't work on that day (Saturdays, mostly) my Pivot Tables wouldn't show #DIV/0

    Where I am averaging all Regular Worked Hours between 3 and 13 (removing outliers) for each department number. Table of information is on sheet "Total Labor", Hours to average are in column L. Column K contains Pay Code (i.e. Overtime, Regular Worked Hours, Vacation, etc.) and the department number is in column E.

Resources