Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
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   Report Post  
Posted to microsoft.public.excel.misc
kpt kpt is offline
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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 136
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
...
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?



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
merge multiple worksheets from multiple excel files into oneworksheet Shamoun Ilyas Excel Discussion (Misc queries) 5 November 19th 08 09:48 PM
Need Simple List...Multiple Columns and Multiple Worksheets Jane Doe[_3_] Excel Worksheet Functions 6 July 14th 08 08:12 PM
how to make a macro to clear multiple cells from multiple worksheets? [email protected] Excel Worksheet Functions 2 October 18th 07 04:31 PM
Delete Blank Rows Code - Multiple Worksheets - Multiple Documents BenS Excel Discussion (Misc queries) 3 June 29th 07 12:20 AM
How do i update multiple data ranges across multiple worksheets? mwah Excel Discussion (Misc queries) 0 July 6th 06 04:57 AM


All times are GMT +1. The time now is 02:15 AM.

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

About Us

"It's about Microsoft Excel"