3D Arrays

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know there is a way to select arrays on different sheets one array at a
time. Is there is a way to select arrays (located in the exact same cell
range) on different sheets collectively? I'm trying to set up a template and
only need to doe this once but there will be in excess of 100 sheet tabs.

Thanks for your help.

DB
 
Don't know if I quite understand what you mean, but does something like this
help:

=AVERAGE(Sheet1:Sheet5!A1:A5)

=SUM(Sheet25:Sheet100!A1:A5)

?
--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================

I know there is a way to select arrays on different sheets one array at a
time. Is there is a way to select arrays (located in the exact same cell
range) on different sheets collectively? I'm trying to set up a template
and
only need to doe this once but there will be in excess of 100 sheet tabs.

Thanks for your help.

DB
 
RD this very well may be what I need to do. I think i was trying to make it
too complicated.

Thanks!!

DB
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top