如何在工作表上查找第一列中不存在的值?
我已经看到 VLOOKUP Excel 公式在另一个工作表的第一列中查找值。
如何实现对不在第一列上的值的类似搜索。 让我们有一个工作表1,其值如下:
xx value1 index1 yy
xx value2 index2 yy
xx value3 index3 yy
我想通过在另一个工作表上搜索“index3”来获取值3。 如果有人能写出所需的 Excel 公式,我将不胜感激。
I have seen that VLOOKUP excel formula looks for a value on the first column of an another worksheet.
How can I achieve a similar search of a value which is not on the first column.
Lets have a worksheet1 with values as follows:
xx value1 index1 yy
xx value2 index2 yy
xx value3 index3 yy
I would like to fetch the value3 by searching for "index3" on another worksheet.
I will appreciate if someone can write the required excel formula.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试
Try