Highlighting Calculated fields

J

John Ortt

Another quick question.

If a calculated result in a field is less than 0 I want the cell to have a
red background.....

Is there a way do do this?

(similar to conditionnal formatting in Excel)

Thanks again everyone,

John O
 
R

Rick Brandt

John Ortt said:
Another quick question.

If a calculated result in a field is less than 0 I want the cell to have a
red background.....

Is there a way do do this?

(similar to conditionnal formatting in Excel)

The format property for numbers can have four sections separated by semi-colons.
These will apply formatting respectively to...

The format for positive numbers.
The format for negative numbers.
The format for zero values.
The format for Null values.

This example displays zero values in Red.

$#,##0.00;($#,##0.00);$#.##0.00 [RED];"Null"
 

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