+ Reply to Thread
Results 1 to 2 of 2

Conditional Formatting on a Bar Chart

  1. #1
    Registered User
    Join Date
    05-29-2007
    Posts
    1

    Conditional Formatting on a Bar Chart

    Hey, I hope you can help me with this...

    I have a bar chart with two values, the target value and the actual value. What I need to do is get the bars with the actual value, that are more than 3% off from the target, to light up in a different color from the rest of them.

    I do hope that is clear enough. The target data are in C2-C17 and the actual values are in D2-D17, if that helps.


    I tried Peltier's site and his graphs but alas, I think it went a little over my head. I think my problem is somewhere with the 3% difference that I need to get in there. How do I work it in the function?

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by Andrew Tom
    Hey, I hope you can help me with this...

    I have a bar chart with two values, the target value and the actual value. What I need to do is get the bars with the actual value, that are more than 3% off from the target, to light up in a different color from the rest of them.

    I do hope that is clear enough. The target data are in C2-C17 and the actual values are in D2-D17, if that helps.


    I tried Peltier's site and his graphs but alas, I think it went a little over my head. I think my problem is somewhere with the 3% difference that I need to get in there. How do I work it in the function?
    Hi,

    I think you need to split the actuals into two sets (two Series) via an If statement, thus (something like) E2:E17 woud be actuals within 3% and F2:F17 the remainder, the two series could then be coloured as required.

    hth
    ---
    Si fractum non sit, noli id reficere.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1