How do I show a blank cell if VLOOKUP is not found?

How do I show a blank cell if VLOOKUP is not found?

When VLOOKUP can’t find a value in a lookup table, it returns the #N/A error. You can use the IFNA function or IFERROR function to trap this error. However, when the result in a lookup table is an empty cell, no error is thrown, VLOOKUP simply returns a zero.

How do I show blank instead of Na?

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”).

Is blank with VLOOKUP?

When you use VLOOKUP to return a value from a data table, the function does not differentiate between blanks and zero values in what it returns. If the source value is zero, then VLOOKUP returns 0. Likewise, if the source is blank, then VLOOKUP still returns the value 0.

How do I get a Vlookup to show 0 instead of Na?

How to VLOOKUP and return zero instead of #N/A in Excel?

  1. Select the cell you want to use VLOOKUP function, and type this formula =IFERROR(VLOOKUP(A13,$A$2:$C$10,3,0),0), drag the autofill handle to the range you need.
  2. Click Kutools > Super LOOKUP > LOOKUP from Right to Left.

How to display a blank cell in Excel?

To display errors as blank cells, delete any characters in the box. Change empty cell display Check the For empty cells show check box. In the box, type the value that you want to display in empty cells. To display blank cells, delete any characters in the box. To display zeros, clear the check box.

What happens when you use VLOOKUP on a blank cell?

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.

How to return a blank cell in Excel?

In the box on the left, type 0. In the box on the right, select Custom Format. In the Format Cells box, click the Font tab. In the Color box, select white, and then click OK. Use the IF function to do this. Use a formula like this to return a blank cell when the value is zero:

How to display an error in an empty cell in Excel?

In the box, type the value that you want to display instead of errors. To display errors as blank cells, delete any characters in the box. Change empty cell display Select the For empty cells, show check box. In the box, type the value that you want to display in empty cells. To display blank cells, delete any characters in the box.