MATCH or VLOOKUP starting from the end of the range

假装没事ソ 提交于 2019-12-01 18:05:19
lori_m

With data in A1:B4 and D1="ID2", try entering in E1:

=LOOKUP(2,1/(A1:A4=D1),B1:B4)

Note: LOOKUP returns the last value if the lookup value is larger than any of the values in the lookup range. Any errors are ignored.

I know the question is already answered, but if any one is interested, here is the formula for a multiple criteria backwards lookup. =LOOKUP(2,1/(--(A1:A4=D1)*--(C1:C4=D2)),B1:B4)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!