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
Perhaps the easiest way is to add the text formatting condition to the formula, with a ? modifier. Thus:
?
(formula to grab values) becomes:
(formula to grab values)
text((formula to grab values),"?")
Hope that helps.