At the moment, when I am using VLOOKUP to extract data from another worksheet, when it is extracting a blank cell, instead of displaying it as empty on the local sheet, it displays a "0" in the cell. Here's my formula. I've tried many combos, but have given up repeatedly trying. Thanks.
Formula:
=IF(ISNA(VLOOKUP($B21,'Season Results History (Hidden)'!$B:$Y,11,0)),"",VLOOKUP($B21,'Season Results History (Hidden)'!$B:$Y,11,0))
Bookmarks