简体   繁体   English

#N / VLOOKUP问题

[英]#N/A VLOOKUP issue

I have been trying to use other questions already asked on SO but unfortunately I can't resolve my issue. 我一直在尝试使用已经在SO上问过的其他问题,但是不幸的是我无法解决问题。

With reference to my excel document (link below) I am trying to copy Columns C, D and E in spreadsheet '2007', into columns I, J and K in FTSE All-Share spreadsheet. 关于我的Excel文档(下面的链接),我试图将电子表格“ 2007”中的C,D和E列复制到FTSE All-Share电子表格中的I,J和K列中。 However, I am trying to do this based on similar dates in Column B ('2007') and Column I ('FTSE All-share'). 但是,我试图基于B列(“ 2007”)和I列(“ FTSE全股”)中的相似日期来执行此操作。 Unfortunately there are dates missing. 不幸的是,缺少日期。

https://docs.google.com/file/d/0B_3GWcee1eHXblhNVUxRQ0E2Ync/edit?usp=sharing https://docs.google.com/file/d/0B_3GWcee1eHXblhNVUxRQ0E2Ync/edit?usp=sharing

I have been attempting to use the following VLOOKUP formula, but it keeps returning #N/A. 我一直在尝试使用以下VLOOKUP公式,但它一直返回#N / A。

=VLOOKUP(I2,'2007'!B:E,2,FALSE)

Any help would be great. 任何帮助都会很棒。 Thanks. 谢谢。

Change J2 to =VLOOKUP(text(I2,"yyyy-mm-dd"),'2007'!B:C,2,FALSE) and paste down. J2更改为=VLOOKUP(text(I2,"yyyy-mm-dd"),'2007'!B:C,2,FALSE)并粘贴。 You attempted to put in the correct formula, but your I2 is a data and '2007'!B is a text. 您试图输入正确的公式,但是I2是数据,而'2007'!B是文本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM