Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4
Default How do I change the y-axis on an Excel chart from numbers to words

I am plotting numbers which represent an activity for a machine. I would
like to substitute a description of the activity for the number on the chart.
Does anyone know how to do this?
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 21
Default How do I change the y-axis on an Excel chart from numbers to words

I hope this answers your question:
1.Right click on the chart
2.Select 'Source Data'
3.Select the 'Series' tab
4.In 'Values', clear the box and select the list of words you want to appear
on the Y axis (have this list written somewhere on a worksheet)
5.Click ok

Was this what you were after?

"WDGILBERT" wrote:

I am plotting numbers which represent an activity for a machine. I would
like to substitute a description of the activity for the number on the chart.
Does anyone know how to do this?

  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 461
Default How do I change the y-axis on an Excel chart from numbers towords

This will plot everything as zero values, since they are all text.

You can fake it using one of these approaches:

http://peltiertech.com/Excel/Charts/Y_CategoryAxis.html
http://peltiertech.com/Excel/Charts/DotPlot.html

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/



A little stuck wrote:
I hope this answers your question:
1.Right click on the chart
2.Select 'Source Data'
3.Select the 'Series' tab
4.In 'Values', clear the box and select the list of words you want to appear
on the Y axis (have this list written somewhere on a worksheet)
5.Click ok

Was this what you were after?

"WDGILBERT" wrote:

I am plotting numbers which represent an activity for a machine. I would
like to substitute a description of the activity for the number on the chart.
Does anyone know how to do this?

  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4
Default How do I change the y-axis on an Excel chart from numbers to w

This add-on works great, but I would like to be able to incorporate this into
a macro that I am using to process the data and create the chart. I am
guessing that this is not possible. What do you think?

"Jon Peltier" wrote:

This will plot everything as zero values, since they are all text.

You can fake it using one of these approaches:

http://peltiertech.com/Excel/Charts/Y_CategoryAxis.html
http://peltiertech.com/Excel/Charts/DotPlot.html

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/



A little stuck wrote:
I hope this answers your question:
1.Right click on the chart
2.Select 'Source Data'
3.Select the 'Series' tab
4.In 'Values', clear the box and select the list of words you want to appear
on the Y axis (have this list written somewhere on a worksheet)
5.Click ok

Was this what you were after?

"WDGILBERT" wrote:

I am plotting numbers which represent an activity for a machine. I would
like to substitute a description of the activity for the number on the chart.
Does anyone know how to do this?


  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 461
Default How do I change the y-axis on an Excel chart from numbers tow

Which add-in? The Labeler? According to Rob's documentation, he has
modified the Labeler to allow it to be used by other VBA procedures. He
does not show how, unfortunately.

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/



WDGILBERT wrote:
This add-on works great, but I would like to be able to incorporate this into
a macro that I am using to process the data and create the chart. I am
guessing that this is not possible. What do you think?

"Jon Peltier" wrote:

This will plot everything as zero values, since they are all text.

You can fake it using one of these approaches:

http://peltiertech.com/Excel/Charts/Y_CategoryAxis.html
http://peltiertech.com/Excel/Charts/DotPlot.html

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/



A little stuck wrote:
I hope this answers your question:
1.Right click on the chart
2.Select 'Source Data'
3.Select the 'Series' tab
4.In 'Values', clear the box and select the list of words you want to appear
on the Y axis (have this list written somewhere on a worksheet)
5.Click ok

Was this what you were after?

"WDGILBERT" wrote:

I am plotting numbers which represent an activity for a machine. I would
like to substitute a description of the activity for the number on the chart.
Does anyone know how to do this?



  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4
Default How do I change the y-axis on an Excel chart from numbers to w

I used the labeler. Maybe he will share this with us in th4 future.

"Jon Peltier" wrote:

Which add-in? The Labeler? According to Rob's documentation, he has
modified the Labeler to allow it to be used by other VBA procedures. He
does not show how, unfortunately.

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/



WDGILBERT wrote:
This add-on works great, but I would like to be able to incorporate this into
a macro that I am using to process the data and create the chart. I am
guessing that this is not possible. What do you think?

"Jon Peltier" wrote:

This will plot everything as zero values, since they are all text.

You can fake it using one of these approaches:

http://peltiertech.com/Excel/Charts/Y_CategoryAxis.html
http://peltiertech.com/Excel/Charts/DotPlot.html

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/



A little stuck wrote:
I hope this answers your question:
1.Right click on the chart
2.Select 'Source Data'
3.Select the 'Series' tab
4.In 'Values', clear the box and select the list of words you want to appear
on the Y axis (have this list written somewhere on a worksheet)
5.Click ok

Was this what you were after?

"WDGILBERT" wrote:

I am plotting numbers which represent an activity for a machine. I would
like to substitute a description of the activity for the number on the chart.
Does anyone know how to do this?


  #7   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4
Default How do I change the y-axis on an Excel chart from numbers to w

For future reference, the information on how to use this in a macro is
included in the help for XY Chart Labeler. I tried it and it works. Thanks
for your help!

"Jon Peltier" wrote:

Which add-in? The Labeler? According to Rob's documentation, he has
modified the Labeler to allow it to be used by other VBA procedures. He
does not show how, unfortunately.

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/



WDGILBERT wrote:
This add-on works great, but I would like to be able to incorporate this into
a macro that I am using to process the data and create the chart. I am
guessing that this is not possible. What do you think?

"Jon Peltier" wrote:

This will plot everything as zero values, since they are all text.

You can fake it using one of these approaches:

http://peltiertech.com/Excel/Charts/Y_CategoryAxis.html
http://peltiertech.com/Excel/Charts/DotPlot.html

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/



A little stuck wrote:
I hope this answers your question:
1.Right click on the chart
2.Select 'Source Data'
3.Select the 'Series' tab
4.In 'Values', clear the box and select the list of words you want to appear
on the Y axis (have this list written somewhere on a worksheet)
5.Click ok

Was this what you were after?

"WDGILBERT" wrote:

I am plotting numbers which represent an activity for a machine. I would
like to substitute a description of the activity for the number on the chart.
Does anyone know how to do this?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
excel graph is only showing numbers not words-how do I change? all about quality Charts and Charting in Excel 0 March 10th 08 07:15 PM
X Axis:Change Numbers on Chart ? Please Help! CWriter81 Charts and Charting in Excel 2 December 29th 05 02:01 PM
How do I change x-axis in an Excel Radar Chart? Dr. J.White Charts and Charting in Excel 1 October 7th 05 04:02 PM
How can I change Numbers in WOrds in Excel A J Excel Discussion (Misc queries) 3 May 9th 05 08:14 AM
how to change numbers into words, Mukesh Dhoot Excel Discussion (Misc queries) 1 March 19th 05 11:48 AM


All times are GMT +1. The time now is 11:07 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"