Ok I have 3 sheet summary formulas that I am trying to make into 1 formula - is this possible?
=COUNTIFS([ESG Core - 4 units to pass]:[ESG Core - 4 units to pass], >=4, [Start date]:[Start date], <TODAY(-180))
=COUNTIF([Start date]:[Start date], <TODAY(-180))
=SUM(ESG# / [ESG %]#) * 100
It works as 3 but would look tidier in the sheet summary and be less confusing as 1 formula. Any suggestions?