View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andoni[_34_] Andoni[_34_] is offline
external usenet poster
 
Posts: 1
Default 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