Hi Inhyuk,
Check out the Custom Format strings topic in MSDN:
http://msdn.microsoft.com/en-us/library/0c899ak8.aspx
For example to show a value in billions you should write:
#,0,,,.0;(#,0,,,.0)Best regards,Bob