I am currently using this VLOOKUP:
=VLOOKUP(A11:A92,'H:\[file name]Sheet1'!$A$90:$B$92,2,FALSE)
this works perfectly, however, I would like to be able to drag the formula down a large column.
When I do, the cells with data in them return the correct numbers, while the cells without a lookup value return N/A.
Then I have to go through the column and delete the N/A's and change them to zeros.
How can I have it return a 0 if there is no value?
Is it 'if blank' ? How do I work that into my formula?
Can I have it return nothing?
Thank you!
Bookmarks