HI,
The following formula in the worksheet module displays #N/A when no match can be found.
How could I make the formula not to display the #N/A even no match can be found. Instead leave the column blank.
Any help on this would be kindly appreciated.
Thanks in advance.
The following formula in the worksheet module displays #N/A when no match can be found.
Code:
Me.Cells(nextRow, "H").Formula = "=VLOOKUP(C" & nextRow & _
",'Price Range'!A4:K51,11 ,FALSE)"
How could I make the formula not to display the #N/A even no match can be found. Instead leave the column blank.
Any help on this would be kindly appreciated.
Thanks in advance.