Try doing it in the formula
=if(Formula_Result = 0, Text(Formula_Result,"0"),Text(Formula_Result,"0.0"))
This will turn values to text however.....but it's the only way of doing it without code - otherwise all numbers will follow formatting conventions
Alternatively - dependant on the formula, you could turn just the 0 to text
=if(Formula_Result = 0, "0", Formula_Result)
Rgds, Geoff
"Having been erased. the document thjat you are seeking. Must now be retyped"
Please read FAQ222-2244 before you ask a question