Nesting an iserror function with a vlookup
Posted by Deb on July 30, 2001 9:29 AM
When I use a vlookup, and the value I am looking for does not exist in the source data, I get back a #N/A. I know I can use an =iserror function to find those and replace them with 0, but what's the syntax??
I have tried nesting the =iserror function inside an if statement, but I can't get the parens in the right places, apparently.