Vlookup with no #N/A?
In general terms, you need to do this:
=IF(ISNA(vlookup( ... )),"",vlookup( ... ))
you can replace "" with 0 if you prefer.
Hope this helps.
Pete
On Sep 28, 2:14 pm, dj479794
wrote:
(Excel 2003)
Is there a way to fix a vlookup so when it doesn't find a value it just
leaves the cell blank, instead of #N/A? It makes it hard for me to do sum and
other things to the results. IF not blank to replace it with zero?
|