Posted to microsoft.public.excel.worksheet.functions,microsoft.public.excel.misc,microsoft.public.excel
|
|
Displaying decimal places
"Bernd" wrote...
Without VBA you will need a helper cell:
=TEXT(A1,"0"&IF(A1<10,".0",""))
Wrong. Could use the custom number format
[=10]0;[<=-10]-0;0.0
|