Excel

M

Mark Hunt

Using Format Cells, Number, Category = Custom...

try #,##0.00;(#,##0.00)

decimal places can be varied according to what you want
 
I

IanRoy

Hi, Ally;
Format> Cells> Number> Number
and
Format> Cells> Number> Currency
both have that option.
-IanRoy
 
G

Gary Rowe

Assuming brackets as being the "[]" characters, Format/Number/Custom, select
the #,##0_);(#,##0) format ant replace the (#,##0) with "["#,##0"]"
Gary
 
Top