How make the sum red when the sum is minus?

P

pinmaster

If your data in currency then go to Format/Cells and select Currency then
negetive red numbers from the list on the right. If regular numbers then use
a custom format:
#,##0.00;[Red]-#,##0.00

HTH
JG
 
G

George King

Another way to do this is Conditional Formatting.
Go to 'Format' - 'Conditional formatting' and set criteria for what you want
to do.
 
Top