Thread
:
how do I format decimals
View Single Post
#
1
Posted to microsoft.public.excel.programming
Andoni[_34_]
external usenet poster
Posts: 1
how do I format decimals
go to format/cell/number/customice
and put:
#","##0,00
1375850 you will get 13,758,50
otherwise use this one "actually better!
#.##0,00
you will get
13.758,5
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
Andoni[_34_]
View Public Profile
Find all posts by Andoni[_34_]