Analyze_This
Board Regular
- Joined
- Oct 29, 2008
- Messages
- 122
I can't seem to get the OR( operator to work in conjunction with AVERAGEIFS(. In the example below, Quality is the name of the table and Call Rating is my average range. Quality[Manager] is Criteria 1 range and I would like it to use only Manager 1 and Manager 3.
=AVERAGEIFS(Quality[Call Rating],Quality[Manager],OR("=Manager1","=Manager3"))
I thought that an OR( operator would work perfectly, but no matter how I vary the syntax it always give me a DIV/0 error. Any thoughts?
=AVERAGEIFS(Quality[Call Rating],Quality[Manager],OR("=Manager1","=Manager3"))
I thought that an OR( operator would work perfectly, but no matter how I vary the syntax it always give me a DIV/0 error. Any thoughts?