A recurring Excel problem I have is formulas such as INDEX(array,row,column) that return 0 when there\'s no result, rather than returning blank.
INDEX(array,row,column)
What is
=if(b2 = "", "", b2)
This worked for me