您的位置首页百科问答

实例比较lookup与index函数套用match函数的差异

实例比较lookup与index函数套用match函数的差异

的有关信息介绍如下:

实例比较lookup与index函数套用match函数的差异

实例比较lookup与index函数套用match函数的差异

要通过在b列中找到最小值返回与其同行的a列日期

min函数的作用是返回b列最小值

选中min函数然后按f9,查看返回值。

返回值为0.5

lookup函数第二个参数不符合要求

因为第二个参数没有排序,所以返回了错误值。

解读index函数嵌套match函数