View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.misc
Sue C Sue C is offline
external usenet poster
 
Posts: 24
Default Negative Numbers

Perfectly! Thank you.

Sue



"Mike" wrote:

Sue,

Complete with left aligned £ sign and a comma.

£* #,##0;£* -(#,##0)

Will that do?

Mike

"Sue C" wrote:

Forgot to say ... I also want a comma separator for my thousands. Want want
want!



"Sue C" wrote:

Thanks, this is great, just one step further though ... they are actually
currency values, so I need the format to include a £ sign (worked that one
out myself), but need the £ sign lined up to the left of the cell, with the
numbers to the right, so that it is consistent with positive values further
down the worksheet. Any suggestions?



"Mike" wrote:

Sue,

Use the custom format

#,##0.00;(##0.00)

As an extra you could use

#,##0.00;[Red](##0.00)

and get the numbers in red also.

Mike

"Sue C" wrote:

I want my negative numbers to appear in parentheses, rather than with minus
signs. I thought I knew how to do this - go into Format Number and select
the parenthesis option from the negative numbers box. But when I try it, I
don't have a parenthesis option, just minus signs, or red. Any ideas?

Thanks.