Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 300
Default Statistical formulas across sheets?

When you look up summing across sheets you find examples like
=SUM(Sheet1:Sheet4!A12:A40000). But this has the disadvantage of the sheets
having to be contiguous. Also works is the construct:
=MIN(Sheet1!A12:A40000, Sheet2!A12:A40000). This is fine, but then this
construct breaks down if you want to use a function with more than one
argument, like PERCENTILE. It sees the comma separating the ranges and
errors saying you have entered too many arguments. Is there another
construct that allows for non-contiguous sheets and multiple arguments?

Don <www.donwiss.com (e-mail link at home page bottom).
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Statistical formulas across sheets?

Only a select few functions support 3D references:

You can use 3-D references to refer to cells on other sheets, to define
names, and to create formulas by using the following functions: SUM,
AVERAGE, AVERAGEA, COUNT, COUNTA, MAX, MAXA, MIN, MINA, PRODUCT, STDEV,
STDEVA, STDEVP, STDEVPA, VAR, VARA, VARP, and VARPA.


--
Regards,
Tom Ogilvy


"Don Wiss" wrote in message
...
When you look up summing across sheets you find examples like
=SUM(Sheet1:Sheet4!A12:A40000). But this has the disadvantage of the

sheets
having to be contiguous. Also works is the construct:
=MIN(Sheet1!A12:A40000, Sheet2!A12:A40000). This is fine, but then this
construct breaks down if you want to use a function with more than one
argument, like PERCENTILE. It sees the comma separating the ranges and
errors saying you have entered too many arguments. Is there another
construct that allows for non-contiguous sheets and multiple arguments?

Don <www.donwiss.com (e-mail link at home page bottom).



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
sheets and formulas Aleksi Excel Discussion (Misc queries) 1 January 7th 09 01:32 PM
formulas between sheets davidson191 Excel Worksheet Functions 10 September 9th 06 01:01 AM
Using formulas between different sheets in the same workbook Hammy Excel Discussion (Misc queries) 1 March 31st 06 12:50 AM
Formulas Between Different Sheets rtidrtid Excel Discussion (Misc queries) 3 February 3rd 06 05:30 PM
new sheets by this pc cannot calculate formulas Jeffry61 Excel Discussion (Misc queries) 12 September 23rd 05 07:21 PM


All times are GMT +1. The time now is 12:21 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"