What is the difference between currency style in Excel comma style and accounting style in excel?
Accounting format align all the currency symbols at the left
edge of the cell while Currency format align all the currency
symbols them next to the number. Accounting shows a dash for zero
value, Currency shows an actual zero. The actual difference is
Currency has: #,##0.00_);(#,##0.00)
Accounting has: _(* #,##0.00_);_(* (#,##0.00);_(*
"-"??_);_(@_)
; SANJAY KISHORE