add a negative symbol

J

Julia

Hello.
How can I make a group of cells that are formatted in to
currency, show as negative monies? I tried to just custom
format & that works but when I reformat in to currency, it
doesn't recognize the - before the money.

Thanks for any assistance in advance.
 
F

Frank Kabel

Hi
if these are positive values you either multiply them all with '-1' or
use a custom format like
"-" $ 0.00

BUT this won't change the underlying (positive) value and I would
recommend NOT to use such kind of format
 
Top