stacyslang
New Member
- Joined
- Feb 22, 2013
- Messages
- 2
I have a table with 3 worksheets, one of which has the summary data, one has validation data, and one has the individual records.
QA - Summary
QA - records
QA - Validation
As you can see - the formula on QA - summary tries to use data on QA - records to average the scores together. For some reason I keep getting #div/0. I tried breaking down the formula into a single AVERAGEIF and some of it works but some doesn't. I'd appreciate any help.
In case you can't read the formula:
=AVERAGEIFS(QA!E$2:E$59,QA!D$2:D$59,'QA - Summary'!A3, QA!B$2:B$47, "<>""", QA!A2:A59,">B1",QA!A2:A59,">='Call-Email-CSR-Date Validation'!E2",)
QA - Summary
QA - records
QA - Validation
As you can see - the formula on QA - summary tries to use data on QA - records to average the scores together. For some reason I keep getting #div/0. I tried breaking down the formula into a single AVERAGEIF and some of it works but some doesn't. I'd appreciate any help.
In case you can't read the formula:
=AVERAGEIFS(QA!E$2:E$59,QA!D$2:D$59,'QA - Summary'!A3, QA!B$2:B$47, "<>""", QA!A2:A59,">B1",QA!A2:A59,">='Call-Email-CSR-Date Validation'!E2",)
Last edited: