简体   繁体   中英

N/A for Vlookup

I'm trying to match plate appearances for players from one excel sheet to another

      A                  B                            C           D     E
 1 Name          Where to Place Formula             Name         Team   PA
 2 AJ Ellis           x                             AJ Ellis     LA     327
 3 AJ Pollock         y                             AJ Pollock   AZ     430

My Vloopup function in B2 is =VLOOKUP(A2,C1:E3,3,FALSE) and I'm getting an 'N/A'

So, if the data is on Sheet 2 and the vlookup is on sheet 1 then this works: 在此处输入图片说明

If you have trouble, you can build it on one sheet then cut/paste the data in cells C1:E3 onto the second sheet, the vlookup will change to reflect that move.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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