IF(ISERROR...
Posted by Tim on October 22, 2001 6:35 AM
I've been using a statement as follows:
IF(ISERROR(VLOOKUP(x,x,x)),0,VLOOKUP(x,x,x))
In words - I need to be sure the vlookup does not return an error statement if no value is found. This formula works, but my spreadsheet is getting way too large (18 MB+) with this formula repeated thousands of times. Is there any way to shorten the formula and still return a 0 or no value when nothing is found in the vlookup?