-
1
- #1
I am doing a VLOOKUP for an inventory application. I look at a column of material numbers, and return it's corresponding quantity from another column.
If there is a quantity listed, I want that number. If there's no entry for a material, I want to return a 0 (zero).
The VLOOKUP returns #N/A if there's no value. I am trying to use an IF statement to return a 0 if there's no corresponding entry, but cannot come up with a way to evaluate the #N/A with a true or false result.
Any help would be great. Thanks.
Dan
If there is a quantity listed, I want that number. If there's no entry for a material, I want to return a 0 (zero).
The VLOOKUP returns #N/A if there's no value. I am trying to use an IF statement to return a 0 if there's no corresponding entry, but cannot come up with a way to evaluate the #N/A with a true or false result.
Any help would be great. Thanks.
Dan