STDEV Limited Number of Arguments

N

nc_pinz

Why is there a 255 argument limit for STDEV and STDEVP? My sample is quite a
bit bigger, and I need to use all of the data. There is enough swing in the
first 255 that it is not representative of the whole.
 
B

barry houdini

nc_pinz;489682 said:
Why is there a 255 argument limit for STDEV and STDEVP? My sample i
quite a
bit bigger, and I need to use all of the data. There is enough swin
in the
first 255 that it is not representative of the whole.

That's the limit in Excel 2007, I don't know why

Each argument can be a range, you aren't limited to 255 cells. If yo
really need more than 255 arguments then try bracketing cells together
e.g.

=STDEV((A1,B1,C1))

is only 1 argument....
 

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

Top