Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
f statistic, p value definition Regression analysis terms Excel Worksheet Functions 1 June 8th 06 09:11 PM
Correlation statistic in Excel jh4748 New Users to Excel 0 March 21st 06 07:58 PM
Need a statistic for bloodpressure Pertti Excel Discussion (Misc queries) 3 December 23rd 05 08:31 PM
Statistic chart Template for sports Mlezynski Excel Discussion (Misc queries) 0 December 16th 05 01:18 AM
Statistic Gathering rebecca s Excel Discussion (Misc queries) 1 May 16th 05 02:13 PM


All times are GMT +1. The time now is 06:28 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"