I am using the Vlookup Function to return product quantities for upload to a re-seller site. My problem is that I can not have a negative value in the quantity so I need the Vlookup to return any negative number as a zero.
Here is the code I am currently using to return the values and remove any N/A =IFERROR(VLOOKUP(H2,E:F,2,FALSE),"0")
Here is the code I am currently using to return the values and remove any N/A =IFERROR(VLOOKUP(H2,E:F,2,FALSE),"0")