Is it possible to display 0 as blank cell?
I tried following formula but it is not working.
Variable Display Blank Cell = If [Sales]=0 Then " "
Else [Sales]
I am getting #DIV/0 error because the value is 0.
I want to avoid this problem by showing blank cell.
This way, I do not get error.