format cells that will show the data in parenthesis

H

Hoop

I would like to format some cells that I put data into to be in ( )
Parentesis.. How do I do this?
 
F

Fred Smith

An example would have been very useful. Assuming it's negative numbers you
want to parenthesize, use a custom format of:
#,##0.00;(#,##0.00)

Regards,
Fred
 
Top