PC Review


Reply
Thread Tools Rate Thread

Data Analysis Plus

 
 
=?Utf-8?B?Tml5YW50YQ==?=
Guest
Posts: n/a
 
      24th Apr 2006
Hi,

I came accross the Data Analysis Plus Add in, and more specifically the
feature of generating box plots with the add-in.
Would someone be able to confirm with me if the add in allows the box plots
to be generated automatically when the range of cells is entered?

If that is not possible, then would one be able to briefly explain to me how
you would write a macro to automate creating a box plot.

Regards
 
Reply With Quote
 
 
 
 
Kelly O'Day
Guest
Posts: n/a
 
      24th Apr 2006
Niyanta:

Here's a link to a workbook I use that has two types of box plots: data by
groups and data by dates.

You can replace the demo data with your own data and the box plots will be
updated. You can also change the chart titles and axis titles to meet your
needs.

While the charts use standard Excel features, not VBA, they may meet your
needs.

http://processtrends.com/Files/box_plot_trend.zip

Here are four additional links to Box & Whisker references.

http://peltiertech.com/Excel/Charts/...tml#BoxWhisker
http://www.lacher.com/examples/lacher31.htm
http://support.microsoft.com/default...b;en-us;148815
http://support.microsoft.com/default...b;en-us;212121

...Kelly

(E-Mail Removed)



"Niyanta" <(E-Mail Removed)> wrote in message
news:B53DA2A0-ABD5-4861-BF19-(E-Mail Removed)...
> Hi,
>
> I came accross the Data Analysis Plus Add in, and more specifically the
> feature of generating box plots with the add-in.
> Would someone be able to confirm with me if the add in allows the box
> plots
> to be generated automatically when the range of cells is entered?
>
> If that is not possible, then would one be able to briefly explain to me
> how
> you would write a macro to automate creating a box plot.
>
> Regards



 
Reply With Quote
 
=?Utf-8?B?Tml5YW50YQ==?=
Guest
Posts: n/a
 
      24th Apr 2006
Thanks Kelly!

However, I do need to utilise VBA, as I am assigned to "automate" the
creation of boxplots.
I will let you know if and when i am successful.

Niyanta

"Kelly O'Day" wrote:

> Niyanta:
>
> Here's a link to a workbook I use that has two types of box plots: data by
> groups and data by dates.
>
> You can replace the demo data with your own data and the box plots will be
> updated. You can also change the chart titles and axis titles to meet your
> needs.
>
> While the charts use standard Excel features, not VBA, they may meet your
> needs.
>
> http://processtrends.com/Files/box_plot_trend.zip
>
> Here are four additional links to Box & Whisker references.
>
> http://peltiertech.com/Excel/Charts/...tml#BoxWhisker
> http://www.lacher.com/examples/lacher31.htm
> http://support.microsoft.com/default...b;en-us;148815
> http://support.microsoft.com/default...b;en-us;212121
>
> ...Kelly
>
> (E-Mail Removed)
>
>
>
> "Niyanta" <(E-Mail Removed)> wrote in message
> news:B53DA2A0-ABD5-4861-BF19-(E-Mail Removed)...
> > Hi,
> >
> > I came accross the Data Analysis Plus Add in, and more specifically the
> > feature of generating box plots with the add-in.
> > Would someone be able to confirm with me if the add in allows the box
> > plots
> > to be generated automatically when the range of cells is entered?
> >
> > If that is not possible, then would one be able to briefly explain to me
> > how
> > you would write a macro to automate creating a box plot.
> >
> > Regards

>
>
>

 
Reply With Quote
 
Tushar Mehta
Guest
Posts: n/a
 
      24th Apr 2006
Automation does not equal VBA.

For charts that adjust to new data w/o code see
Dynamic Charts
http://www.tushar-mehta.com/excel/ne...rts/index.html

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article <E9A26AF4-E26D-4F3B-AD95-(E-Mail Removed)>,
(E-Mail Removed) says...
> Thanks Kelly!
>
> However, I do need to utilise VBA, as I am assigned to "automate" the
> creation of boxplots.
> I will let you know if and when i am successful.
>
> Niyanta
>
> "Kelly O'Day" wrote:
>
> > Niyanta:
> >
> > Here's a link to a workbook I use that has two types of box plots: data by
> > groups and data by dates.
> >
> > You can replace the demo data with your own data and the box plots will be
> > updated. You can also change the chart titles and axis titles to meet your
> > needs.
> >
> > While the charts use standard Excel features, not VBA, they may meet your
> > needs.
> >
> > http://processtrends.com/Files/box_plot_trend.zip
> >
> > Here are four additional links to Box & Whisker references.
> >
> > http://peltiertech.com/Excel/Charts/...tml#BoxWhisker
> > http://www.lacher.com/examples/lacher31.htm
> > http://support.microsoft.com/default...b;en-us;148815
> > http://support.microsoft.com/default...b;en-us;212121
> >
> > ...Kelly
> >
> > (E-Mail Removed)
> >
> >
> >
> > "Niyanta" <(E-Mail Removed)> wrote in message
> > news:B53DA2A0-ABD5-4861-BF19-(E-Mail Removed)...
> > > Hi,
> > >
> > > I came accross the Data Analysis Plus Add in, and more specifically the
> > > feature of generating box plots with the add-in.
> > > Would someone be able to confirm with me if the add in allows the box
> > > plots
> > > to be generated automatically when the range of cells is entered?
> > >
> > > If that is not possible, then would one be able to briefly explain to me
> > > how
> > > you would write a macro to automate creating a box plot.
> > >
> > > Regards

> >
> >
> >

>

 
Reply With Quote
 
=?Utf-8?B?Tml5YW50YQ==?=
Guest
Posts: n/a
 
      24th Apr 2006
By automation, I was referring to writing a macro that would calculate the
percentiles, etc, and create the box plots, hence elimination the manual work
of doing so.

I apologize for the confusion and misunderstanding.



"Tushar Mehta" wrote:

> Automation does not equal VBA.
>
> For charts that adjust to new data w/o code see
> Dynamic Charts
> http://www.tushar-mehta.com/excel/ne...rts/index.html
>
> --
> Regards,
>
> Tushar Mehta
> www.tushar-mehta.com
> Excel, PowerPoint, and VBA add-ins, tutorials
> Custom MS Office productivity solutions
>
> In article <E9A26AF4-E26D-4F3B-AD95-(E-Mail Removed)>,
> (E-Mail Removed) says...
> > Thanks Kelly!
> >
> > However, I do need to utilise VBA, as I am assigned to "automate" the
> > creation of boxplots.
> > I will let you know if and when i am successful.
> >
> > Niyanta
> >
> > "Kelly O'Day" wrote:
> >
> > > Niyanta:
> > >
> > > Here's a link to a workbook I use that has two types of box plots: data by
> > > groups and data by dates.
> > >
> > > You can replace the demo data with your own data and the box plots will be
> > > updated. You can also change the chart titles and axis titles to meet your
> > > needs.
> > >
> > > While the charts use standard Excel features, not VBA, they may meet your
> > > needs.
> > >
> > > http://processtrends.com/Files/box_plot_trend.zip
> > >
> > > Here are four additional links to Box & Whisker references.
> > >
> > > http://peltiertech.com/Excel/Charts/...tml#BoxWhisker
> > > http://www.lacher.com/examples/lacher31.htm
> > > http://support.microsoft.com/default...b;en-us;148815
> > > http://support.microsoft.com/default...b;en-us;212121
> > >
> > > ...Kelly
> > >
> > > (E-Mail Removed)
> > >
> > >
> > >
> > > "Niyanta" <(E-Mail Removed)> wrote in message
> > > news:B53DA2A0-ABD5-4861-BF19-(E-Mail Removed)...
> > > > Hi,
> > > >
> > > > I came accross the Data Analysis Plus Add in, and more specifically the
> > > > feature of generating box plots with the add-in.
> > > > Would someone be able to confirm with me if the add in allows the box
> > > > plots
> > > > to be generated automatically when the range of cells is entered?
> > > >
> > > > If that is not possible, then would one be able to briefly explain to me
> > > > how
> > > > you would write a macro to automate creating a box plot.
> > > >
> > > > Regards
> > >
> > >
> > >

> >

>

 
Reply With Quote
 
=?Utf-8?B?Tml5YW50YQ==?=
Guest
Posts: n/a
 
      24th Apr 2006
Hi Kelly,

Would you be able to explain to me how to create the table in which the demo
data is stored?

"Kelly O'Day" wrote:

> Niyanta:
>
> Here's a link to a workbook I use that has two types of box plots: data by
> groups and data by dates.
>
> You can replace the demo data with your own data and the box plots will be
> updated. You can also change the chart titles and axis titles to meet your
> needs.
>
> While the charts use standard Excel features, not VBA, they may meet your
> needs.
>
> http://processtrends.com/Files/box_plot_trend.zip
>
> Here are four additional links to Box & Whisker references.
>
> http://peltiertech.com/Excel/Charts/...tml#BoxWhisker
> http://www.lacher.com/examples/lacher31.htm
> http://support.microsoft.com/default...b;en-us;148815
> http://support.microsoft.com/default...b;en-us;212121
>
> ...Kelly
>
> (E-Mail Removed)
>
>
>
> "Niyanta" <(E-Mail Removed)> wrote in message
> news:B53DA2A0-ABD5-4861-BF19-(E-Mail Removed)...
> > Hi,
> >
> > I came accross the Data Analysis Plus Add in, and more specifically the
> > feature of generating box plots with the add-in.
> > Would someone be able to confirm with me if the add in allows the box
> > plots
> > to be generated automatically when the range of cells is entered?
> >
> > If that is not possible, then would one be able to briefly explain to me
> > how
> > you would write a macro to automate creating a box plot.
> >
> > Regards

>
>
>

 
Reply With Quote
 
Kelly O'Day
Guest
Posts: n/a
 
      24th Apr 2006
Niyanta:

The data tables use dynamic ranges so that they will automatically expand if
you add more raw data.

To see the dynamic range name formulas, Go to Insert > Name > Define then
select the range name. They all use a simple offset formula.

To see how I calculated the box plot factors, just place your cursor on cell
and you can see the formulas that I used.

Let me know if you have specific questions.

...Kelly


(E-Mail Removed)


"Niyanta" <(E-Mail Removed)> wrote in message
news:8FEEE8A4-A248-4B9C-81CD-(E-Mail Removed)...
> Hi Kelly,
>
> Would you be able to explain to me how to create the table in which the
> demo
> data is stored?
>
> "Kelly O'Day" wrote:
>
>> Niyanta:
>>
>> Here's a link to a workbook I use that has two types of box plots: data
>> by
>> groups and data by dates.
>>
>> You can replace the demo data with your own data and the box plots will
>> be
>> updated. You can also change the chart titles and axis titles to meet
>> your
>> needs.
>>
>> While the charts use standard Excel features, not VBA, they may meet your
>> needs.
>>
>> http://processtrends.com/Files/box_plot_trend.zip
>>
>> Here are four additional links to Box & Whisker references.
>>
>> http://peltiertech.com/Excel/Charts/...tml#BoxWhisker
>> http://www.lacher.com/examples/lacher31.htm
>> http://support.microsoft.com/default...b;en-us;148815
>> http://support.microsoft.com/default...b;en-us;212121
>>
>> ...Kelly
>>
>> (E-Mail Removed)
>>
>>
>>
>> "Niyanta" <(E-Mail Removed)> wrote in message
>> news:B53DA2A0-ABD5-4861-BF19-(E-Mail Removed)...
>> > Hi,
>> >
>> > I came accross the Data Analysis Plus Add in, and more specifically the
>> > feature of generating box plots with the add-in.
>> > Would someone be able to confirm with me if the add in allows the box
>> > plots
>> > to be generated automatically when the range of cells is entered?
>> >
>> > If that is not possible, then would one be able to briefly explain to
>> > me
>> > how
>> > you would write a macro to automate creating a box plot.
>> >
>> > Regards

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Q: Automate the Fourier Analysis - Data Analysis Tool pinkpanther Microsoft Excel Discussion 0 14th Jan 2011 04:04 PM
Analysis Toolpak-Confidence Level and data analysis questions MH Microsoft Excel Worksheet Functions 0 3rd Jan 2009 06:15 PM
'Analysis Toolpak' is checked, but 'Data Analysis' did not appear =?Utf-8?B?d29uZGVyaW5n?= Microsoft Excel Crashes 0 16th Aug 2005 02:07 AM
Analysis ToolPak installed but no Data Analysis option =?Utf-8?B?RXJpYyBTdGVwaGVucw==?= Microsoft Excel Misc 3 2nd Feb 2005 09:17 PM
Any performance analysis tools can easily to read & analysis CSV data come from Windows Performance Monitor? =?Utf-8?B?QWxleGFuZGVyIEJyb3du?= Microsoft Windows 2000 2 30th Jan 2004 03:30 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:53 PM.