D
Don Wiss
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).
=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).