How do I modify this function so that the result will merely be a blank cell rather than having #N/A show up if B2 has nothing in that cell?
I think I might need something like an ISERROR check but I don't 100% know what I'm doing.
=VLOOKUP(B2,Index!A1:B12,2,FALSE)
Thanks!