I'm going mad trying to figure out the issue. ISBLANK is returning FALSE for a seemingly blank cell. The formula is:
ISBLANK(VLOOKUP($A13,data1,COLUMN(C:C),TRUE)
I thought it has something to do with the VLOOKUP returned value. However,when I press delete on cell A13, the problem is fixed...