【发布时间】:2020-05-01 20:02:42
【问题描述】:
【问题讨论】:
标签: excel date vlookup min auto-populate
【问题讨论】:
标签: excel date vlookup min auto-populate
我没试过,但你可以试试。 =index(Shifts.Date.column,Match(Member.id.range,shifts.date.column, -1)) 不确定这是否可行,但试一试。索引匹配是这样工作的。
索引(查找位置,匹配(匹配内容,查找匹配位置,匹配类型))。也看看使用它与 Iferror - Iferror(Index(Match)))
【讨论】: