vlookup #na

  1. R

    VLOOKUP similar names problem

    Hi, I have a list of place names in column A. I need to reference those place names in a list and return a number. Example: <tbody> A B C D 1 Federated States of Micronesia Micronesia (the Federated States of) 498 =vlookup(A1&"*",B1:C10,2,true) 2 Micronesia 3 The States of...
  2. F

    vlookup

    Hi, how to change vlookup that instead for found value, put just "yes" ? Dim rng, stullpath As String rng = ws2.Range("A4:" & Range("B4").End(xlDown).Address).Address sfullpath = "[" & ws2.Parent.Name & "]" & ws2.Name ws1.Range("A1").Select x_rows_vlookup =...
  3. P

    Show different values based on the result using nested IF and VLOOKUP formula

    <tbody> A B C 1 clothes transportation drinks 2 pants car coffee 3 shirt train tea 4 sweater bicycle juice 5 tie plane milk </tbody> Hello everyone, I have been trying so had to make this work. I want to return "category 1" if the text is found in...
  4. G

    VLOOKUP question

    I am attempting to match values from one worksheet to another. The values in Column A can be just numbers or alphanumeric. Some of the values can have a leading 0 as well. In the table array, the values can also be just numbers, alphanumeric and/or have a leading 0. The lookup value is...
  5. T

    How to use VLOOKUP to look for Chinese characters?

    Hello everyone, I have tried to use VLOOKUP to search for a set of 1 or more than 1 Chinese characters (ex: 我们) in another table (Sheet1). My formula: =VLOOKUP($A10,Sheet1!$B$1:$AA$109056,2,FALSE) I have very inconsistent results. For some words I definitely know there is a match, I still...
  6. S

    VLOOKUP #N/A Error that's new to me Excel 2010

    So I have the formula written exactly how it's worked many other times. =VLOOKUP(B3, Sheet2!A:B, 2, FALSE) I have found the value of B3 on Sheet2. I know it exists. I found it using the find feature. I have Sheet 2 sorted. Both Column B on my formula page and the Sheet2 column are are...
  7. D

    My Vlookup will not work

    Here's some data: I have a vlookup like so: =VLOOKUP(E4,$J$9:$K$12,2,FALSE) But it returns N/A. Why? Have tried reformatting the data but nothing. E4 matches the top left cell int he example, I know because I checked it with ctrl-F. What could it be? <tbody> </tbody> <tbody> <tbody>...
  8. R

    Using formula output as arguments in a Vlookup

    Excel 2007 <tbody> A B C D E F G H I J K L M N O 9 red20 redstocking 6 garden st green ia 15601 Y163694 7/31/2013 50240 CAS 3 0006500136 $36.92 0006500136 -19500297.24 </tbody> Ross Data <tbody> Worksheet Formulas <tbody> Cell Formula F9 ='RAW DATA'!I9...
  9. The_Rock

    Vloohp & Index

    Hi Folks The following formula first looks in one table, if it doesn't find it in there, it looks in another table. If its not in either it returns #N/A =IFERROR(VLOOKUP(AZ2,'Failure Reason'!AC:AD,2,FALSE),INDEX('Failure Reason'!B:B,MATCH('SIP YTD'!AZ3,'Failure Reason'!D:D,0))) Would...
  10. M

    Need Help to Make Formula Which Gives value based on criteria both in row and column

    Hello, I am trying to write a formula which gives value based on two criteria, one in row and one in column. The row title remains in same cell but the row title may come in different cell. How to get the value even if the column title move in other cell? I can use simple vlookup or Hlookup...
  11. The_Rock

    Add ISNA to IFERROR formula

    Hi Folks I would appreciate your help with the following. I am using IFERROR to look up two different tables. If it cannot find it in any table, it returns #N/A I want to turn that #N/A to "-" This is the formula: =IFERROR(VLOOKUP(F12,'Non WE Oppties to include'!B:C,2,FALSE),VLOOKUP(A12,'Non...
  12. B

    vlookup and maximum frustration

    https://www.dropbox.com/s/f1yz8vt3tn4iglz/Book1.xlsx hi, don't know if anyone can help, but i and my collegues are defeated. Just a simple vlookup from one sheet to another... except we cant get it to work. Have looked on the net and tried various things but to no avail. We use this method to...
  13. N

    VLOOKUP #N/A when no criteria entered

    Hi, Can anyone help with this VLOOKUP problem? Column A is where I will enter my lookup criteria - a 5-digit code Column B contains my lookup formula - returning a monitory value when the code is entered. The formula is =VLOOKUP(A2,data2010,2,FALSE) Cells B2 - B6 contain the lookup formula...
  14. E

    formula works using 2 different files but not using 2 sheets in 1 file

    Hi, I have a problem with my excel formula. I first had 2 files and using vlookup I copied the data from one file to another based on the data in a cell. However I needed to change it so it all fitted in one file, so I needed 2 sheets. Problem is when I use the exact same formula I now get #N/A...
  15. C

    Problem with VLOOKUP where lookup_value is itself the result of a VLOOKUP

    I'm sure that I have seen nested VLOOKUPs work but I am unable to persuade what is essentially =VLOOKUP(VLOOKUP(firstdataset,E1,2,0),seconddataset,W1,2,0)) to return anything other than #N/A. The first data set has two columns, containing four digit ID codes for students in one, with an...
  16. A

    VLOOKUP issue

    I have a problem in getting VLOOKUP to evaluate consistently. It is best understood from the screenshot linked (Office 2010), where cells B3 and B4 are not showing the expected values. I wanted to upload the excel file, but cannot see the option to do it. The screenshot is at Book2 | Flickr -...
  17. C

    Removing the #N/A Error and the 0 value that is returned in VLOOKUP

    Hi, I currently have the following VLookup formula looking up info from another table: =IFERROR(VLOOKUP($D$7,Table1,5,FALSE)," - ") And It's great when there is no text in the cell or if the unique lookup value doesn't exist. However, when the field is blank that it is trying to lookup, it...
  18. J

    Vlook up problem with pivot tables

    I am using excel 2010. Question: What Am I doing wrong with my syntax? Or is the VLOOKUP formula not the one I should be using as it doesn't work with a pivot table? Background: I have a multiple tab work book that contain external data sources. Specifically QQube (data warehouse that...
  19. W

    VBA- finding alpha numeric numbers in another sheet

    I have a macro that searches for numbers in another sheet and then copies the row it finds it in to sheet 1. the problem is that some of the search criteria is alpha numeric. i.e 227A, JD190T, etc. code Sub copyit() Dim wsSearch As Worksheet, wsResult As Worksheet Dim Found As...
  20. J

    Vlookup #N/A Problem

    I am trying to pull Item pricing from Sheet 2 over to Sheet 1. However, It does not recongize/pull pricing for every item. For the items on Sheet 1 that Vlookup can't find from Sheet 2 it returns an #N/A which is Fine I can fix that. BUT, If I go to Sheet 2 and Ctrl-F (control Find) enter that...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top