I use vlookup frequently and at times when there is no value in the resulting Row and Column vlookup returns 0. I usually wrap vlookup in an IF statement that looks similar to =IF(VLOOKUP(L1,$A$1:$B$15,2,0)=0,"",VLOOKUP(L1,$A$1:$B$15,2,0)).
When I copy as values and then use Ctrl+Arrows to navigate it will consider the cell that had "" pasted in it as a filled cell. The same goes for GoTo Special: Blanks. If I check its length it comes up as 0 and Isblank returns FALSE. I get a #VALUE! error as I expected when trying to grab its Code().
I've gotten used to working this way and thought about asking if someone might know why this is occurring. I thought I'd read somewhere previously why this happens but don't want to go around assuming.
When I copy as values and then use Ctrl+Arrows to navigate it will consider the cell that had "" pasted in it as a filled cell. The same goes for GoTo Special: Blanks. If I check its length it comes up as 0 and Isblank returns FALSE. I get a #VALUE! error as I expected when trying to grab its Code().
I've gotten used to working this way and thought about asking if someone might know why this is occurring. I thought I'd read somewhere previously why this happens but don't want to go around assuming.