NorthbyNorthwest
Board Regular
- Joined
- Oct 27, 2013
- Messages
- 157
- Office Version
- 365
Hi, everyone. I have a formula that provides me with a count from a large table based on two criteria: review type or status and audit month. The formula returns the correct answer. The formula is:
=SUM(COUNTIFS(tblDivision[Review Type or Status],{"Routine","Makeup","Double"},tblDivision[Audit Month],"January"))
I have a second formula like the one above with a third criteria. The formula returns an incorrect count. It's not remotely close. I do not understand why it doesn't work. The formula is:
=SUM(COUNTIFS(tblDivision[Review Type or Status],{"Routine","Makeup","Double"}, tblDivision[Audit Month],"January",tblDivision[Audit Group],{"Team 1","Team 2"}))
Can someone assist.
=SUM(COUNTIFS(tblDivision[Review Type or Status],{"Routine","Makeup","Double"},tblDivision[Audit Month],"January"))
I have a second formula like the one above with a third criteria. The formula returns an incorrect count. It's not remotely close. I do not understand why it doesn't work. The formula is:
=SUM(COUNTIFS(tblDivision[Review Type or Status],{"Routine","Makeup","Double"}, tblDivision[Audit Month],"January",tblDivision[Audit Group],{"Team 1","Team 2"}))
Can someone assist.