Cell format

S

Sokoban

Want the cell dosen't show anything then the value is zero.
How I do that ??

// Sokoban
 
B

Biff

Hi Sokoban,

If I understand you correctly, just wrap your formula
inside an IF function:

=IF(YOUR_FORMULA=0,"",YOUR_FORMULA)

or

You can goto Tools>Options>View>Zero Values

Biff
 
S

Sokoban

Thanks it works....with option. I don't understand your calculate with
YOUR and FORMULA. What is this ???

// sokoban
 
Top