Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 10
Default data labels from second column

Hi

Column A is list of names (Bob, Sue, etc); column B is how much they
collected (58, 12, etc); Column C is the date they did it on - so record 1
says Bob collected 58 on 10/07/07, for instance.

I want to create a chart with the date for the x axis, amount collected as
the y axis and data labels at each point within the graph giving the
collector's name. So at X=12/07/07, y=58 I want it to say Bob within the
chart area.

Any help much appreciated.

Regards

Chandler
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 560
Default data labels from second column

On Mon, 3 Sep 2007, in microsoft.public.excel.charting,
Chandler said:
I want to create a chart with the date for the x axis, amount collected as
the y axis and data labels at each point within the graph giving the
collector's name. So at X=12/07/07, y=58 I want it to say Bob within the
chart area.


Put the date to the immediate left of the amount collected, then move
the "Date" heading away temporarily. Then use the Chart Wizard to create
an XY (Scatter) Chart.

(I'm told Scatter Charts don't require you to have a blank cell above
the X range column, but I can't seem to get it to work, and anyway a
blank cell at top left is the norm for running the Chart Wizard
successfully, so might as well follow practice)

After you've made your scatter graph, you can move the Date header back
in place if you like, and even put the date column back in Column C.

Now for having the names as labels on the graph, you can put them in
manually if there's only a few names, with some effort, but it's much
easier to download one of the following two add-ins:

Rob Bovey's Chart Labeler, http://appspro.com
John Walkenbach's Chart Tools, http://j-walk.com

(text cut and paste from a post of Jon's naturally :-)

--
Del Cotter
NB Personal replies to this post will send email to ,
which goes to a spam folder-- please send your email to del3 instead.
  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 10
Default data labels from second column

Dear Del

Great stuff. Only problem is that I've tried both add-ins and they do a
curious thing. In my 14 record list they label the date (column
A)/collection amount (column B) at row 1 with the name at row 14, then the
date/collection amount at row 2 with the name at row 13, and so on. In other
words the labels are attached to the wrong points on the chart - mirrored in
fact.

Bamboozled. Will look again in the morning.

Cheers

Chandler



"Del Cotter" wrote:

On Mon, 3 Sep 2007, in microsoft.public.excel.charting,
Chandler said:
I want to create a chart with the date for the x axis, amount collected as
the y axis and data labels at each point within the graph giving the
collector's name. So at X=12/07/07, y=58 I want it to say Bob within the
chart area.


Put the date to the immediate left of the amount collected, then move
the "Date" heading away temporarily. Then use the Chart Wizard to create
an XY (Scatter) Chart.

(I'm told Scatter Charts don't require you to have a blank cell above
the X range column, but I can't seem to get it to work, and anyway a
blank cell at top left is the norm for running the Chart Wizard
successfully, so might as well follow practice)

After you've made your scatter graph, you can move the Date header back
in place if you like, and even put the date column back in Column C.

Now for having the names as labels on the graph, you can put them in
manually if there's only a few names, with some effort, but it's much
easier to download one of the following two add-ins:

Rob Bovey's Chart Labeler, http://appspro.com
John Walkenbach's Chart Tools, http://j-walk.com

(text cut and paste from a post of Jon's naturally :-)

--
Del Cotter
NB Personal replies to this post will send email to ,
which goes to a spam folder-- please send your email to del3 instead.

  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default data labels from second column

Is your data perhaps plotted in reverse order (point 1 at the highest
category)? Or are your dates listed latest to earliest in the sheet?

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


"Chandler" wrote in message
...
Dear Del

Great stuff. Only problem is that I've tried both add-ins and they do a
curious thing. In my 14 record list they label the date (column
A)/collection amount (column B) at row 1 with the name at row 14, then the
date/collection amount at row 2 with the name at row 13, and so on. In
other
words the labels are attached to the wrong points on the chart - mirrored
in
fact.

Bamboozled. Will look again in the morning.

Cheers

Chandler



"Del Cotter" wrote:

On Mon, 3 Sep 2007, in microsoft.public.excel.charting,
Chandler said:
I want to create a chart with the date for the x axis, amount collected
as
the y axis and data labels at each point within the graph giving the
collector's name. So at X=12/07/07, y=58 I want it to say Bob within
the
chart area.


Put the date to the immediate left of the amount collected, then move
the "Date" heading away temporarily. Then use the Chart Wizard to create
an XY (Scatter) Chart.

(I'm told Scatter Charts don't require you to have a blank cell above
the X range column, but I can't seem to get it to work, and anyway a
blank cell at top left is the norm for running the Chart Wizard
successfully, so might as well follow practice)

After you've made your scatter graph, you can move the Date header back
in place if you like, and even put the date column back in Column C.

Now for having the names as labels on the graph, you can put them in
manually if there's only a few names, with some effort, but it's much
easier to download one of the following two add-ins:

Rob Bovey's Chart Labeler, http://appspro.com
John Walkenbach's Chart Tools, http://j-walk.com

(text cut and paste from a post of Jon's naturally :-)

--
Del Cotter
NB Personal replies to this post will send email to
,
which goes to a spam folder-- please send your email to del3 instead.



  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 10
Default data labels from second column

Yup, that was it. Many thanks for all the help.

Chandler

"Jon Peltier" wrote:

Is your data perhaps plotted in reverse order (point 1 at the highest
category)? Or are your dates listed latest to earliest in the sheet?

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


"Chandler" wrote in message
...
Dear Del

Great stuff. Only problem is that I've tried both add-ins and they do a
curious thing. In my 14 record list they label the date (column
A)/collection amount (column B) at row 1 with the name at row 14, then the
date/collection amount at row 2 with the name at row 13, and so on. In
other
words the labels are attached to the wrong points on the chart - mirrored
in
fact.

Bamboozled. Will look again in the morning.

Cheers

Chandler



"Del Cotter" wrote:

On Mon, 3 Sep 2007, in microsoft.public.excel.charting,
Chandler said:
I want to create a chart with the date for the x axis, amount collected
as
the y axis and data labels at each point within the graph giving the
collector's name. So at X=12/07/07, y=58 I want it to say Bob within
the
chart area.

Put the date to the immediate left of the amount collected, then move
the "Date" heading away temporarily. Then use the Chart Wizard to create
an XY (Scatter) Chart.

(I'm told Scatter Charts don't require you to have a blank cell above
the X range column, but I can't seem to get it to work, and anyway a
blank cell at top left is the norm for running the Chart Wizard
successfully, so might as well follow practice)

After you've made your scatter graph, you can move the Date header back
in place if you like, and even put the date column back in Column C.

Now for having the names as labels on the graph, you can put them in
manually if there's only a few names, with some effort, but it's much
easier to download one of the following two add-ins:

Rob Bovey's Chart Labeler, http://appspro.com
John Walkenbach's Chart Tools, http://j-walk.com

(text cut and paste from a post of Jon's naturally :-)

--
Del Cotter
NB Personal replies to this post will send email to
,
which goes to a spam folder-- please send your email to del3 instead.




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
X axis labels won't line up under corresponding column data - help! Janet Charts and Charting in Excel 2 July 17th 06 11:14 PM
Incorrect Data Labels on Column Chart SM Charts and Charting in Excel 0 June 7th 06 04:39 PM
chart labels from a column of data LRM Excel Discussion (Misc queries) 1 March 7th 06 05:14 PM
print column labels with one row of data at a time. gooba937 New Users to Excel 8 November 8th 05 12:36 AM
How do I add column A data labels to a scatter of columns B and C? Christina1 Charts and Charting in Excel 3 March 27th 05 03:43 AM


All times are GMT +1. The time now is 08:37 PM.

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

About Us

"It's about Microsoft Excel"