I am unable to do a vlookup between different workbooks. I does however work within the same workbook. Is their something I need to do to turn this functionality on. -- Thanks Michelle
I am unable to do a vlookup between different workbooks. I does however work within the same workbook. Is their something I need to do to turn this functionality on. -- Thanks Michelle
It should work even if the other workbook is not open. Your formula should look something like this if you used the other workbook to form the formula; =VLOOKUP(A1,[Book3]Sheet1!$A$1:$B$3,2,0) and something like this if you closed the other workbook; =VLOOKUP(A1,'C:\Documents and Settings\L. Howard Kittle\My Documents\Howard\[Book3.xls]Sheet1'!$A$1:$B$3,2,0) HTH Regards, Howard
1.vlookup doesn't work consistently (I think), kindly help
I am using VLOOKUP() to pull out a column value from a range of data. Here is the problem: When I use this fn on the same page as the referenced range, it works fine. For example, =VLOOKUP(L2,A2:I18,5) looks up the value in L2, finds it in the first column and returns the 5th column data... BUT =VLOOKUP(G6,'Master Prep List'!A2:I18,5) where G6 represents a value found in the same range on a different worksheet, here Master Prep List, returns #N/A. This does not seem correct to me, unless I am not using the fn correctly, which is always a possibility. I am using Excel 2007, Any help/insight would be appreciated.
2.Error trapping for VLOOKUP...doesn't work so help!
I want to trap any error that may occur using a VLOOKUP. I tried this in a cell: =if(iserror(VLOOKUP(K1363,LOOK,6,FALSE)),"No lookup value error", VLOOKUP(K1363,LOOK,6,FALSE)) but this won't work because the value_if_false part of the IF() statement corrupts (for lack of a know word) the IF() statement. That is, if there actually is an error with the VLOOKUP, the ISERROR will evaluate to TRUE but the VLOOKUP will also dump its error into the IF() statement and that error keeps the IF() statement from operating. Suggestions on trapping VLOOKUP errors and "fixing" them like I'm trying to do with the IF() statement? The IF() statement isn't necessary, it's just what I though would logically work... Toby Erkson Oregon, USA
3.Vlookup doesn't work in new workbook
Here's the formula that I copied from a previous workbook that worked just fine. I copied it into a new workbook, and it doesn't work. As far as I can tell, all the files are in the same place, nothing has been renamed or moved or changed. Any suggestions as to why this isn't working in a new workbook: =VLOOKUP(I2,'C:\Document and settings\k.smith\My Documents\ABCD\ABCD Reporting\[VENDOR PRODUCT LINES LIST.XLS]Product Lines'!$A$1:$C$492,3,FALSE) When I copy it into a new workbook, a dialog box comes up that says "Update Values: Vendor Product Lines List.xls. Clicking on that workbook doesn't work, nor does cancelling out. In the cell it reads "#N/A" Thanks for any help you can provide.
4.Vlookup doesn't work until i edit(but not change) the lookup cell
I am using vlookup to lookup values in data copied from a CSV file. It first returned #N/A so i changed the Number Format (of the Lookup_Value) to "Text" and it still returned #N/A but when i pressed F2 and then enter (on the Lookup_Value cell), the vlookup returned the correct value. This is really driving me up the wall, can anyone help?
5.vlookup:suddenly doesn't work for half the rows in the same wk.bk
I have a vlookup retrieving info from another page in the same workbook. To make things easy I copy the first row of formulas to the rows below and it works up to a ceratin row, and the I get #N/A. The error description is "Inconsistent formula" and the trace has a line from the lookup value to the cell next to it and then a dotted line to another cell two rows up. I have no clue why there is this difference - I have changed cell formats both on the source page and in my report page; the formula is the same as the rows above (they work, btw) so what is the problem with the rest of the rows? Any comments or suggestions?
6. vlookup:suddenly doesn't work for half the rows in the same wk
Users browsing this forum: No registered users and 54 guest