Conditional Formatting

  • is there any way to do conditional formatting with more than two options? for example, is there any way to take a statement such as this that returns 1 of 2 values:

    =IIf(Fields!Cost.Value > Fields!Revenue.Value, "Red", "Black")

    and create a statement that would return more than two?

    thanks

  • use a case statement, search bol for its usage

  • What do you mean by more than two ?

    ******************
    Dinakar Nethi
    Life is short. Enjoy it.
    ******************

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply