LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Exceeding the maximum of 30 arguments of functions like STDEV

If you are talking about a worksheet formula, you can get around thi
limitation by defining named ranges. I was able to select 19 separat
(non-contiguous) cells and define them as a named range (not sure o
the max here since I do not use named ranges too often). So in theory
you could do that 30 times and get a STDEV for 19x30 = 570 points. I
some of them are next to each other, the number gets even higher.

If you mean in code, I believe you do not have that limitation with th
range object. I was able to select 50 different cells using the forma
Range("A1,A3,A5,A7,....A100").Select.



--
Message posted from http://www.ExcelForum.com

 
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
Display formula Excel uses for internal functions (STDEV...) RexDn Excel Worksheet Functions 1 April 21st 10 05:29 PM
STDEV Limited Number of Arguments nc_pinz Excel Worksheet Functions 1 September 15th 09 07:54 PM
Errors on Functions with many arguments Ravi Excel Worksheet Functions 1 January 11th 07 03:27 PM
Need know what are valid SUMPRODUCTS arguments and functions sparham Excel Worksheet Functions 2 October 30th 05 09:32 AM
AVERAGE and STDEV functions with logic t-rung Excel Worksheet Functions 1 May 26th 05 07:11 PM


All times are GMT +1. The time now is 05:07 PM.

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"