【发布时间】:2014-10-13 18:38:55
【问题描述】:
而不是这种类型的 Excel 公式:
=IF(AVERAGE(A1:A4)<4,"POOR",IF(AVERAGE(A1:A4)<5,"Meet Expectation",IF(AVERAGE(A1:A4)<7,"Good",IF(AVERAGE(A1:A4)<8,"Excellent","Outstanding"))))
如何使用查找表获得类似的结果?
【问题讨论】:
-
您好,欢迎来到本站!这对 StackOverflow 来说不是一个好问题。我建议您阅读the entire Help Center 并在遇到特定的编程相关问题时返回。
-
能否给我看一下查找表的例子?
标签: excel excel-2007 vlookup worksheet-function