conditional format for running sum

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report with a running sum column. I want this field to change to a
different shade when the running sum is negative.
 
PLT said:
I have a report with a running sum column. I want this field to change to a
different shade when the running sum is negative.

I recommend using conditional formatting (Format menu) for
this.

Another way to get a different fore color for a negative
value is to use a custom format in the text box's Format
property. E.g. #,##0;[RED]-#;##0;0
 
Thanks. I got it working.

Marshall Barton said:
PLT said:
I have a report with a running sum column. I want this field to change to a
different shade when the running sum is negative.

I recommend using conditional formatting (Format menu) for
this.

Another way to get a different fore color for a negative
value is to use a custom format in the text box's Format
property. E.g. #,##0;[RED]-#;##0;0
 

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

Back
Top