【发布时间】:2021-07-13 16:19:29
【问题描述】:
我正在处理一个文件,该文件将衡量测试结果并确定所需知识能力与当前知识能力之间的差距。我有 5-6 种能力来衡量每个人。最低差距为 -4,最高差距为 4。
| Conditions (IF) | Rating (THEN) |
|---|---|
| All gaps have negative values | Does not meet requirements |
| Has 1-2 negative values but with 1-2 zero gaps | Meets some requirements |
| All gaps are zero | Meets all requirements |
| 1-2 gaps are positive, can have zero | Exceeds some requirements |
| All gaps are positive and have no zero | Exceeds all requirements |
例如,
| Subjects | Gaps | Remarks |
|---|---|---|
| Competency 1 | 2 | 2 pts higher than expected |
| Competency 2 | -1 | Less than expected |
| Competency 3 | -1 | Less than expected |
| Competency 4 | -1 | Less than expected |
| Competency 5 | 0 | expected |
| Competency 6 | 1 | 1 pt higher than expected |
| Total Rating | Meets some requirements |
我已尝试逐步剖析并合并索引/匹配/模式公式,但我似乎无法使其发挥作用。我真的需要一些帮助!提前谢谢!
【问题讨论】:
-
嗨! @BigBen 我编辑了上面的问题。希望它提供清晰!
标签: excel if-statement excel-formula