modify vlookup
IF(ISNA(VLOOKUP(A19,Product!A7:B13,2,FALSE)),0,VLO OKUP(A19,Product!A7:B13,2,FALSE))
"cuffie" wrote:
=VLOOKUP(A19,Product!A7:B13,2,FALSE) I need to modify this formula so the if
no in formation is entered in A19 it remains blank. I am currently getting
#na.
|