Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Negative Numbers and Brackets

Status
Not open for further replies.

fb599

Electrical
Joined
Oct 25, 2001
Messages
32
Location
GB
Can anyone tell me how to format a number to have brackets automatically in an Excel spreadsheet when the numbers are negative values please. This is a financial application however !

Thanks



 
You should be able to specify that in the custom number formats, just like the ones that make negative numbers red.

TTFN
 
Using custom format, #,###.00;(#,###.00) produces the following:

500.2945 ----> 500.29
-52300.153 ----> (52,300.15)

You can manipulate the format by changing the number of #'s and 0's. The important part is #;(#).

Good luck!

jproj
 
Format cell, then click on number and then on how you want then negitive numbers to show up( in the lower left of the format pop up)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top