ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Statistic Functions- 30 value cap??? (https://www.excelbanter.com/excel-worksheet-functions/158521-statistic-functions-30-value-cap.html)

kberry913

Statistic Functions- 30 value cap???
 
I am working with a data set of 50 values and most formulas say they
calculate through 30 points. Is it just calculating my first 30 points or is
this negated when I enter the entire range- say G1:G50- versus inputting it
in the format provided by the function key

T. Valko

Statistic Functions- 30 value cap???
 
You're probably OK using the range.

Consider this:

The SUM function will accept 30 arguments (versions prior to Excel 2007).

=SUM(A1,A2,A3,A4,A5)

In the above example the function has 5 arguments. Each is separated by the
comma. So, using that syntax you could go up to A30.

=SUM(A1:A5)

The example above has 1 argument and does the exact same thing as the
example that has 5 arguments.

=SUM(A1:A5,B6:B10,C11:C15)

The example above has 3 arguments. Each argument is a range of cells.

I think what you're having trouble with is you're thinking that each cell in
a *range* counts as 1 argument. In the very first example I posted that
would be the case. So:

=SUM(G1:G50)

Has 1 argument, not 50

For more specific help you'd need to post the formula you're using along
with an explanation of what you're trying to do.


--
Biff
Microsoft Excel MVP


"kberry913" wrote in message
...
I am working with a data set of 50 values and most formulas say they
calculate through 30 points. Is it just calculating my first 30 points or
is
this negated when I enter the entire range- say G1:G50- versus inputting
it
in the format provided by the function key





All times are GMT +1. The time now is 03:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com