MIN/MAX Multiple worksheets

D

Dave R

How can I get min/max of a single cell reference from up to 50 worksheets in
a single workbook?
 
M

Mike

I have the same problem i tried these formulas but i geat a ref error, need
to know how to do this all my sheets reads 0 for the cell im using until data
is entered so i have tried =min('Week 1:Week 52'!,w265 & get a ref error also
tried >0 with this & still the same
 
P

Peo Sjoblom

You could use 2 dummy sheets called something like First and Last or Start
and End then add all the future sheets in-between those 2 sheets and use a
formula like


=MIN(Start:End!W265)




--


Regards,


Peo Sjoblom
 

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

Top