+ Reply to Thread
Results 1 to 4 of 4

Custom Value Axis

  1. #1
    Maureen D.
    Guest

    Custom Value Axis

    How do I replace only one value to text on the Value Axis? (i.e., -20, -10,
    TEXT, 10, 20)etc.

  2. #2
    Barb R.
    Guest

    RE: Custom Value Axis

    You might want to use Rob Bovey's XY Chart labeler found at www.appspro.com

    "Maureen D." wrote:

    > How do I replace only one value to text on the Value Axis? (i.e., -20, -10,
    > TEXT, 10, 20)etc.


  3. #3
    Jon Peltier
    Guest

    Re: Custom Value Axis

    This one's pretty straightforward, and you can use a custom number format. It works
    for numbers anywhere, not just in a chart.

    Custom number formats have four components, for positive numbers, negative numbers,
    zero, and text, separated by semicolons. To replace zero with some label, use this:

    0;-0;"TEXT";@

    Double click on the axis, select the Number tab, select Custom on the left, and
    enter that code above into the box.

    If the value you want to replace is not zero, you can override the normal
    components. Say you want the value 3 to be different, use:

    [=3]"TEXT"

    - Jon
    -------
    Jon Peltier, Microsoft Excel MVP
    Peltier Technical Services
    Tutorials and Custom Solutions
    http://PeltierTech.com/
    _______

    Maureen D. wrote:

    > How do I replace only one value to text on the Value Axis? (i.e., -20, -10,
    > TEXT, 10, 20)etc.



  4. #4
    Registered User
    Join Date
    03-15-2005
    Posts
    6
    Quote Originally Posted by Jon Peltier
    This one's pretty straightforward, and you can use a custom number format. It works
    for numbers anywhere, not just in a chart.

    Custom number formats have four components, for positive numbers, negative numbers,
    zero, and text, separated by semicolons. To replace zero with some label, use this:

    0;-0;"TEXT";@

    Double click on the axis, select the Number tab, select Custom on the left, and
    enter that code above into the box.

    If the value you want to replace is not zero, you can override the normal
    components. Say you want the value 3 to be different, use:

    [=3]"TEXT"

    - Jon
    -------
    Jon Peltier, Microsoft Excel MVP
    Peltier Technical Services
    Tutorials and Custom Solutions
    http://PeltierTech.com/
    _______

    Maureen D. wrote:

    > How do I replace only one value to text on the Value Axis? (i.e., -20, -10,
    > TEXT, 10, 20)etc.
    I can't seem to enter more than two labels.
    I tried this but it wouldn't work
    [=60]"Fat";[=70]"Aerobic";[=80]"Anaerobic";[=85]"LacticThresh";[=90]"Speed";General

+ 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