How to vlookup to return blank or specific value instead of 0 or N/A in Excel?
Normally, when you apply the vlookup function to return the corresponding value, if your matching cell is blank, it will return 0, and if your matching value is not found, you will get an error #N/A value as below screenshot shown. Instead of displaying the 0 or #N/A value, how can you make it show blank cell or other specific text value?
The matching cell is blank: 0 is displayed | The matching value is not found: N/A value is displayed |
![]() |
![]() |
Vlookup to return blank or specific value instead of 0 with formulas
Vlookup to return blank or specific value instead of N/A with formulas
Vlookup to return blank or specific value instead of 0 or N/A with a powerful feature
Vlookup to return blank or specific value instead of 0 with formulas
Please enter this formula into a blank cell you need:
And then press Enter key, you will get a blank cell instead of the 0, see screenshot:
Notes:
1. In the above formula, D2 is the criterion which you want to return its relative value, A2:B10 is the data range you use, the number 2 indicates which column that the matched value is returned.
2. If you want to return a specific text instead of the 0 value, you can apply this formula: =IF(LEN(VLOOKUP(D2,A2:B10,2,0))=0,"Specific text",VLOOKUP(D2,A2:B10,2,0)).
Vlookup to return blank or specific value instead of 0 or N/A error value in Excel
Kutools for Excel's Replace 0 or #N/A with Blank or a Specific Value utility helps you to return and display the blank cell or specific value if the vlookup result is 0 or #N/A value. Click to download Kutools for Excel!
Kutools for Excel: with more than 300 handy Excel add-ins, free to try with no limitation in 30 days. Download and free trial Now!
Vlookup to return blank or specific value instead of N/A with formulas
To replace the #N/A error with blank cell or other custom value if your searched value is not found, you can use the below formula:
And then, press Enter key to get the result you need, see screenshot:
Notes:
1. In this formula, D2 is the criterion which you want to return its relative value, A2:B10 s the data range you use, the number 2 indicates which column that the matched value is returned.
2. If you want to return a specific text instead of the #N/A value, you can apply this formula: =IFERROR(VLOOKUP(D2,A2:B10,2,FALSE),"Specific text").
Vlookup to return blank or specific value instead of 0 or N/A with a powerful feature
If you have Kutools for Excel, with its Replace 0 or #N/A with Blank or a Specific Value feature, you can solve this task quickly and easily.
Tips:To apply this Replace 0 or #N/A with Blank or a Specific Value feature, firstly, you should download the Kutools for Excel, and then apply the feature quickly and easily.
After installing Kutools for Excel, please do as this:
1. Click Kutools > Super Lookup > Replace 0 or #N/A with Blank or a Specific Value, see screenshot:
2. In the Replace 0 or #N/A with Blank or a Specific Value dialog box:
- (1.) Specify the lookup value and output range as you need;
- (2.) Choose the returned result as you need, you can select Replace 0 or #N/A value with empty option or Replace 0 or #N/A value with a specified option;
- (3.) Select the data range and the corresponding key and returned column.
3. Then, click OK button, the certain value you are specified in step 2 has been displayed instead of the 0 or # N/A error value, see screenshot:
Click to Download Kutools for Excel and free trial Now!
More relative articles:
- Vlookup Values Across Multiple Worksheets
- In excel, we can easily apply the vlookup function to return the matching values in a single table of a worksheet. But, have you ever considered that how to vlookup value across multiple worksheet? Supposing I have the following three worksheets with range of data, and now, I want to get part of the corresponding values based on the criteria from these three worksheets.
- Vlookup And Return Matching Data Between Two Values
- In Excel, we can apply the normal Vlookup function to get the corresponding value based on a given data. But, sometimes, we want to vlookup and return the matching value between two values, how could you deal with this task in Excel?
- Vlookup And Return Multiple Values From Drop Down List
- In Excel, how could you vlookup and return multiple corresponding values from a drop down list, which means when you choose one item from the drop down list, all of its relative values are displayed at once as following screenshot shown. This article, I will introduce the solution step by step.
- Vlookup Values Across Multiple Worksheets To Return Sheet Names
- Supposing, I have multiple worksheets and each sheet contains a list of names, now, I want to vlookup the names in a master sheet and return the matching sheet names where the names are located as following screenshot shown. How could you solve this task in Excel?
- Vlookup And Return Multiple Values Without Duplicates
- Sometimes, you may want to vlookup and return multiple matched values into a single cell at once. But, if there are some repeated values populated into the returned cells, how could you ignore the duplicates and only keep the unique values when returning all matching values as following screenshot shown in Excel?
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!















