Have Excel formulas that return 0, make the result blank

前端 未结 14 2052
别那么骄傲
别那么骄傲 2020-12-31 09:45

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.

What is

14条回答
  •  滥情空心
    2020-12-31 09:55

    None of the above worked for me today, so I tried putting the 0 in quotes, as shown in the example below.

    Example: =IF(INDEX(a,b,c)="0","", INDEX(a,b,c))

提交回复
热议问题