formula for parenthesis round negative money values in excel

P

Peo Sjoblom

Use a custom format under format>cells>number>custom

$#,##0.00_);($#,##0.00)

(for dollars in this case) or one of the built in under
format>cells>number>currency (scroll down)

only formula would be

=TEXT(A1,"$#,##0.00_);($#,##0.00)")

--
Regards,

Peo Sjoblom

Northwest Excel Solutions

Portland, Oregon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top