A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

MIN/MAX Multiple worksheets



 
 
Thread Tools Display Modes
  #1  
Old May 15th, 2009, 04:22 PM posted to microsoft.public.excel.misc
Dave R
external usenet poster
 
Posts: 15
Default MIN/MAX Multiple worksheets

How can I get min/max of a single cell reference from up to 50 worksheets in
a single workbook?
  #2  
Old May 15th, 2009, 04:34 PM posted to microsoft.public.excel.misc
Bob I
external usenet poster
 
Posts: 10,698
Default MIN/MAX Multiple worksheets

=min(Sheet2!A1,Sheet3!A1,......................... .........................................)

Dave R wrote:

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


  #3  
Old May 15th, 2009, 04:49 PM posted to microsoft.public.excel.misc
kpt
external usenet poster
 
Posts: 11
Default MIN/MAX Multiple worksheets

=MIN('Title of sheet'!cell range,repeat for all sheets)

"Dave R" wrote:

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

  #4  
Old May 15th, 2009, 04:51 PM posted to microsoft.public.excel.misc
T. Valko
external usenet poster
 
Posts: 15,759
Default MIN/MAX Multiple worksheets

Try this:

=MIN(Sheet1:Sheet50!A1)

=MAX(Sheet1:Sheet50!A1)

--
Biff
Microsoft Excel MVP


"Dave R" wrote in message
...
How can I get min/max of a single cell reference from up to 50 worksheets
in
a single workbook?



  #5  
Old November 11th, 2009, 11:04 PM posted to microsoft.public.excel.misc
mike
external usenet poster
 
Posts: 3,942
Default MIN/MAX Multiple worksheets

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

"kpt" wrote:

=MIN('Title of sheet'!cell range,repeat for all sheets)

"Dave R" wrote:

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

  #6  
Old November 11th, 2009, 11:15 PM posted to microsoft.public.excel.misc
Peo Sjoblom[_3_]
external usenet poster
 
Posts: 137
Default MIN/MAX Multiple worksheets

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


"Mike" wrote in message
news
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

"kpt" wrote:

=MIN('Title of sheet'!cell range,repeat for all sheets)

"Dave R" wrote:

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



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:39 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.