Microsoft Excel Puzzle - please help

P

puppy_unico

Format the selected column so that negative numbers appear like this ($0000.00)
 
B

Bernard Liengme

Select the cells (the column)
Use Format | Cells ; open Custom; modify the format specs to:
$###0.00;($###0.00)
best wishes
 
R

RayportingMonkey

Click the Column Header for the column of data you wish to format
-Then
Click Format from the file menu
-Then
From the Format Cells dialogue box:
Select the Number Tab
Category = Currency
Decimal Places = 2
Symbol = $
Negative Numbers = ($1,234.10)
-Then
Click OK
 
R

RayportingMonkey

OR- without the comma, do like this

Click the Column Header for the column of data you wish to format
-Then
Click Format from the file menu
-Then
From the Format Cells dialogue box:
Select the Number Tab
Category = Custom
Type = $###0.00_);[Red]($###0.00)
-Then
Click OK
 
Top