Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 108
Default Show Values in KG and LBs

I have a line chart consists of 4 data series. I'm showing weeks on one axis
and production vlaues in another axis. I would like to show the production
values in both Kg and Lbs at the same time, but I don't want to show 8 lines
just 4 lines. I would like to show one set of values (LBS) on the inner side
while (KGs) on the outer side of the 'Y' axis. But if that not possible i'm
open to have a secondary axis.
My data is arranged in columns, while these columns are not next to each
other, every Kg column has a LBs column next to it. I'm thinking of inserting
a CONVERT formula somewhere in the data series to show the same data twice.
Once in KGs and another in LBS, but I don't how to go about doing that.


Any help is greatly appreciated.

Thanks.
--
If u change the way u look @ things, the things u look at change.
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3,355
Default Show Values in KG and LBs

I'd do something like Jon shows in his vertical category axis article

http://www.peltiertech.com/Excel/Cha...egoryAxis.html

I'd have a helper column with the x value as your minimum x value for the
chart and the y values as 1 KG, 2 KG, 3 KG ... (whatever).

You could then use Rob Bovey's XY Chart Labeler to put the labels on the
chart and locate them where you want.


"sahafi" wrote:

I have a line chart consists of 4 data series. I'm showing weeks on one axis
and production vlaues in another axis. I would like to show the production
values in both Kg and Lbs at the same time, but I don't want to show 8 lines
just 4 lines. I would like to show one set of values (LBS) on the inner side
while (KGs) on the outer side of the 'Y' axis. But if that not possible i'm
open to have a secondary axis.
My data is arranged in columns, while these columns are not next to each
other, every Kg column has a LBs column next to it. I'm thinking of inserting
a CONVERT formula somewhere in the data series to show the same data twice.
Once in KGs and another in LBS, but I don't how to go about doing that.


Any help is greatly appreciated.

Thanks.
--
If u change the way u look @ things, the things u look at change.

  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 108
Default Show Values in KG and LBs

Thanks Barb, but I think the link you have provided is a little different
from what i'm aiming for. Basically I would like to show the 'Y' values in
both Kgs and LBs side by side or on both primary and secondary axes. I
managed to plot my Kgs on the left and my LBs on the right, but I couldn't
get to have the Lbs values correspond to the Kgs values on the same tick
mark. Example: when I show 400 KG on the left, I would like to show the
equivalent of that value in LBs (881) on the same line/tick mark on the
right. I have forced my scales on both axes to start at zero, then I
converted my max Kg value into Lbs and used that as my max value for the LBs
axis, but the values in the middle don't match. I can care less about the
labeling at this point.

Hopefully someone would have an idea on how to do this.

Thanks.
--
when u change the way u look @ things, the things u look at change.


"Barb Reinhardt" wrote:

I'd do something like Jon shows in his vertical category axis article

http://www.peltiertech.com/Excel/Cha...egoryAxis.html

I'd have a helper column with the x value as your minimum x value for the
chart and the y values as 1 KG, 2 KG, 3 KG ... (whatever).

You could then use Rob Bovey's XY Chart Labeler to put the labels on the
chart and locate them where you want.


"sahafi" wrote:

I have a line chart consists of 4 data series. I'm showing weeks on one axis
and production vlaues in another axis. I would like to show the production
values in both Kg and Lbs at the same time, but I don't want to show 8 lines
just 4 lines. I would like to show one set of values (LBS) on the inner side
while (KGs) on the outer side of the 'Y' axis. But if that not possible i'm
open to have a secondary axis.
My data is arranged in columns, while these columns are not next to each
other, every Kg column has a LBs column next to it. I'm thinking of inserting
a CONVERT formula somewhere in the data series to show the same data twice.
Once in KGs and another in LBS, but I don't how to go about doing that.


Any help is greatly appreciated.

Thanks.
--
If u change the way u look @ things, the things u look at change.

  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 235
Default Show Values in KG and LBs

Sahafi,

This example shows how to calculate a proportional primary and secondary
axis. The method will allow you to line up your tick marks.

http://www.cellmatrix.net/index.php/..._calculations/

--
John Mansfield
http://cellmatrix.net



"sahafi" wrote:

Thanks Barb, but I think the link you have provided is a little different
from what i'm aiming for. Basically I would like to show the 'Y' values in
both Kgs and LBs side by side or on both primary and secondary axes. I
managed to plot my Kgs on the left and my LBs on the right, but I couldn't
get to have the Lbs values correspond to the Kgs values on the same tick
mark. Example: when I show 400 KG on the left, I would like to show the
equivalent of that value in LBs (881) on the same line/tick mark on the
right. I have forced my scales on both axes to start at zero, then I
converted my max Kg value into Lbs and used that as my max value for the LBs
axis, but the values in the middle don't match. I can care less about the
labeling at this point.

Hopefully someone would have an idea on how to do this.

Thanks.
--
when u change the way u look @ things, the things u look at change.


"Barb Reinhardt" wrote:

I'd do something like Jon shows in his vertical category axis article

http://www.peltiertech.com/Excel/Cha...egoryAxis.html

I'd have a helper column with the x value as your minimum x value for the
chart and the y values as 1 KG, 2 KG, 3 KG ... (whatever).

You could then use Rob Bovey's XY Chart Labeler to put the labels on the
chart and locate them where you want.


"sahafi" wrote:

I have a line chart consists of 4 data series. I'm showing weeks on one axis
and production vlaues in another axis. I would like to show the production
values in both Kg and Lbs at the same time, but I don't want to show 8 lines
just 4 lines. I would like to show one set of values (LBS) on the inner side
while (KGs) on the outer side of the 'Y' axis. But if that not possible i'm
open to have a secondary axis.
My data is arranged in columns, while these columns are not next to each
other, every Kg column has a LBs column next to it. I'm thinking of inserting
a CONVERT formula somewhere in the data series to show the same data twice.
Once in KGs and another in LBS, but I don't how to go about doing that.


Any help is greatly appreciated.

Thanks.
--
If u change the way u look @ things, the things u look at change.

  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 108
Default Show Values in KG and LBs

Thanks John. I will look into your example.

Temporarily, I have utilized a simple solution: plot the original values in
KG then add a secondary dummy 'Y' for the LBS. Convert the Min and Max KG
values into LBs. Then convert the 'Major unit' from KG into LBS as well. Once
you add the converted Major unit into LBs the rest of the secondary axis
values will adjust accordingly to match their corresponding KG values on the
same tick mark. Then click on the dummy series and remove line and mark to
get rid of the extra line. That's it!

Thanks.
--
when u change the way u look @ things, the things u look at change.


"John Mansfield" wrote:

Sahafi,

This example shows how to calculate a proportional primary and secondary
axis. The method will allow you to line up your tick marks.

http://www.cellmatrix.net/index.php/..._calculations/

--
John Mansfield
http://cellmatrix.net



"sahafi" wrote:

Thanks Barb, but I think the link you have provided is a little different
from what i'm aiming for. Basically I would like to show the 'Y' values in
both Kgs and LBs side by side or on both primary and secondary axes. I
managed to plot my Kgs on the left and my LBs on the right, but I couldn't
get to have the Lbs values correspond to the Kgs values on the same tick
mark. Example: when I show 400 KG on the left, I would like to show the
equivalent of that value in LBs (881) on the same line/tick mark on the
right. I have forced my scales on both axes to start at zero, then I
converted my max Kg value into Lbs and used that as my max value for the LBs
axis, but the values in the middle don't match. I can care less about the
labeling at this point.

Hopefully someone would have an idea on how to do this.

Thanks.
--
when u change the way u look @ things, the things u look at change.


"Barb Reinhardt" wrote:

I'd do something like Jon shows in his vertical category axis article

http://www.peltiertech.com/Excel/Cha...egoryAxis.html

I'd have a helper column with the x value as your minimum x value for the
chart and the y values as 1 KG, 2 KG, 3 KG ... (whatever).

You could then use Rob Bovey's XY Chart Labeler to put the labels on the
chart and locate them where you want.


"sahafi" wrote:

I have a line chart consists of 4 data series. I'm showing weeks on one axis
and production vlaues in another axis. I would like to show the production
values in both Kg and Lbs at the same time, but I don't want to show 8 lines
just 4 lines. I would like to show one set of values (LBS) on the inner side
while (KGs) on the outer side of the 'Y' axis. But if that not possible i'm
open to have a secondary axis.
My data is arranged in columns, while these columns are not next to each
other, every Kg column has a LBs column next to it. I'm thinking of inserting
a CONVERT formula somewhere in the data series to show the same data twice.
Once in KGs and another in LBS, but I don't how to go about doing that.


Any help is greatly appreciated.

Thanks.
--
If u change the way u look @ things, the things u look at change.



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
3 values, show which ones are same AmyTaylor Excel Worksheet Functions 4 December 6th 05 07:29 PM
Show zero values johnny Excel Discussion (Misc queries) 4 December 5th 05 03:12 PM
How can I get the zero values at the end of a chart not to show? wabmreo Charts and Charting in Excel 3 December 2nd 05 11:01 PM
I need to have only the values show in a spreadsheet. Debutante Excel Worksheet Functions 1 January 21st 05 06:59 PM
only show updated values charliefortune New Users to Excel 1 December 6th 04 04:28 PM


All times are GMT +1. The time now is 08:27 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"