function referencing range to compute mean and stdev

  • Thread starter Thread starter as_sass
  • Start date Start date
A

as_sass

Hi all,

I wanted to create a user defined function that does a few computation
for which means and standard deviations of a range of cells ar
required. However, I don't know how to specify the input range and us
it in the computations.

The funtion should be able to do something like the following:

After a range is selected, compute mean and stdev of the value
contained therein. It should not return these values, but use them in
subsequent computation.

Can anybody help?

Thanks,

as
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top