I have a sheet with over 40 areas, each having a separate 'Summary' based on the two formulas.
Number of Audits
=SUMIFS(Pass:Pass, [Area #]:[Area #], "Area 01")
Percentage
=SUMIFS(Pass:Pass, [Area #]:[Area #], "Area 01") / SUMIFS(Audits:Audits, [Area #]:[Area #], "Area 01")
Is there a way to combine these two, so that the information is in one field instead of two?