I am referencing a column of data into a chart. How do I perform an
operation on the data before it is entered into the chart? For example, I
want the row of data to be divided by 1000, and then charted.
HELP! This is driving me crazy!
--
Shirley
I am referencing a column of data into a chart. How do I perform an
operation on the data before it is entered into the chart? For example, I
want the row of data to be divided by 1000, and then charted.
HELP! This is driving me crazy!
--
Shirley
Hi,
The simplest way is to use a helper column and formula to alter your
data and then chart that. You can not directly apply formula to the data
series within the chart.
Cheers
Andy
Shirley wrote:
> I am referencing a column of data into a chart. How do I perform an
> operation on the data before it is entered into the chart? For example, I
> want the row of data to be divided by 1000, and then charted.
> HELP! This is driving me crazy!
--
Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
Thanks for the help. I have been using the helper column, it just seemed
like I was adding more work. I thought maybe I was missing an easier step.
Thanks again.
--
Shirley
"Andy Pope" wrote:
> Hi,
>
> The simplest way is to use a helper column and formula to alter your
> data and then chart that. You can not directly apply formula to the data
> series within the chart.
>
> Cheers
> Andy
>
> Shirley wrote:
> > I am referencing a column of data into a chart. How do I perform an
> > operation on the data before it is entered into the chart? For example, I
> > want the row of data to be divided by 1000, and then charted.
> > HELP! This is driving me crazy!
>
> --
>
> Andy Pope, Microsoft MVP - Excel
> http://www.andypope.info
>
On Thu, 10 Aug 2006, in microsoft.public.excel.charting,
Shirley <Shirley@discussions.microsoft.com> said:
>Thanks for the help. I have been using the helper column, it just seemed
>like I was adding more work. I thought maybe I was missing an easier step.
There is another way, but frankly it's hardly worth the effort: use the
properties of the "named range" facility in Excel (that should really be
called "named function", as range is only part of what it can do) to
refer to the original data range and divide its values by a thousand.
There are all sorts of pitfalls and ways to mess it up: I just spent a
few minutes trying to get it to work. It's really better to just go with
the helper range, then at least people trying to work with your
spreadsheet will be able to understand what you did.
Named ranges can be very powerful tools for some charting applications
(see
http://peltiertech.com/Excel/Charts/...umnChart1.html
for an example), but they're too fiddly to be bothered with for
something as simple as this.
--
Del Cotter
NB Personal replies to this post will send email to del@branta.demon.co.uk,
which goes to a spam folder-- please send your email to del3 instead.
Thanks for the insight. I will try this with some of the more involved
sheets. The example I gave was the simplest, I have several others that are
much more complicated, and I will try this method.
Thanks!
--
Shirley
"Del Cotter" wrote:
> On Thu, 10 Aug 2006, in microsoft.public.excel.charting,
> Shirley <Shirley@discussions.microsoft.com> said:
>
> >Thanks for the help. I have been using the helper column, it just seemed
> >like I was adding more work. I thought maybe I was missing an easier step.
>
> There is another way, but frankly it's hardly worth the effort: use the
> properties of the "named range" facility in Excel (that should really be
> called "named function", as range is only part of what it can do) to
> refer to the original data range and divide its values by a thousand.
>
> There are all sorts of pitfalls and ways to mess it up: I just spent a
> few minutes trying to get it to work. It's really better to just go with
> the helper range, then at least people trying to work with your
> spreadsheet will be able to understand what you did.
>
> Named ranges can be very powerful tools for some charting applications
> (see
>
> http://peltiertech.com/Excel/Charts/...umnChart1.html
>
> for an example), but they're too fiddly to be bothered with for
> something as simple as this.
>
> --
> Del Cotter
> NB Personal replies to this post will send email to del@branta.demon.co.uk,
> which goes to a spam folder-- please send your email to del3 instead.
>
I don't know of a way to edit the data in a series while trying to import it into the chart. But there is a simple way to divide the data by 1000 after the chart has been created. Right click on the axis you wish to edit and select "format axis." You should see an 'axis options' tab appear on the right of the screen. Find the option to 'display units' and select the 'thousands' option. This displays the data you have shown, but it shows the axis values divided by 1000. I hope this helps!
jolsen, welcome to teh forum and thanks for the input on this
(did you perhaps notice that this thread is almost 10 years old?)
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks