I'm trying to divide countifs formulas that are using two criterias! I've gotten it to produce a number, but the resulting number is incorrect!!
I want to find the % of 'Yes' values in the Opened For field, for the Contact & Support Team. So
#of Customer & Support Opened for' Yes / Total #of Customer & Support 'Opened for' for
This is the formula that is delivering the incorrect %
=COUNTIFS([Opened For (populated with accurate EE name)]:[Opened For (populated with accurate EE name)], "Yes", Team:Team, ="Contact & Support") / COUNT([Opened For (populated with accurate EE name)]:[Opened For (populated with accurate EE name)], Team:Team, ="Contact & Support")