+ Reply to Thread
Results 1 to 5 of 5

Chart - Highlighting

  1. #1
    Forum Contributor
    Join Date
    06-03-2008
    Posts
    387

    Chart - Highlighting

    Hi,

    I'm creating an Excel chart, and I have some data that goes from 0-100. I want to show all of the data, but I'd like to have a different format when it goes above 90. What's the best way to accomplish this?

    Thanks.
    Last edited by yawnzzzz; 02-10-2010 at 03:57 PM.

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2404
    Posts
    24,808

    Re: Chart - Highlighting

    In my opinion the best way is to format your data to add two sets of data based on the original set: one set with 0-100, and one set higher. Then plot it as two lines. Visually it might give you what you want.

    You could also do this with VBA, modifying formats of individual points, but that would require more effort and VBA knowledge. I wish I had time to do that for you.

    Another option is to plot a horizontal line at y=100, to make it easy to see which points are above that.

    It would also help if you attached your workbook, and I could illustrate what I mean.

  3. #3
    Forum Contributor
    Join Date
    06-03-2008
    Posts
    387

    Re: Chart - Highlighting

    I'm pretty good in VBA. Hadn't really crossed my mind to do that, since it's not something that I'll repeat, but I'm sure I could write it in a way that's reuseable. Thanks.

  4. #4
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2404
    Posts
    24,808

    Re: Chart - Highlighting

    Quote Originally Posted by yawnzzzz View Post
    I'm pretty good in VBA. Hadn't really crossed my mind to do that, since it's not something that I'll repeat, but I'm sure I could write it in a way that's reuseable. Thanks.
    If it's a one-time thing, how many data points? Too many to format individual points manually?

  5. #5
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Chart - Highlighting

    You might find this link of interest: Conditional Line Chart
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

+ 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