So I have a large table that I'm vlooking off of, and I'd like to return an empty cell instead of zero if the cell in the large table is empty.
I know I can use the formula =if(vlookup(A1,C1:Z999999,1,false)="","",vlookup(A1,C1:Z999999,1,false)) , however, I'm concerned that this would double the computation time. Is there a faster way to do this that will prevent excel from doing the vlookup twice? Preferably without putting the vlookup in a different cell.
Thanks!
Bookmarks