Maximum value from multiple worksheets

  • Thread starter Thread starter Brian Allen
  • Start date Start date
B

Brian Allen

I wish to use a macro or function to activate the cell with the
maximum value. As many as 25 worksheets are involved. Each worksheet
will have a row selected. Any suggestions.
 
this may seem too obvious but why not create a summary page that has al
the rows from your 25 worksheets and us the max function
 
Brian Allen said:
I wish to use a macro or function to activate the cell with the
maximum value. As many as 25 worksheets are involved. Each worksheet
will have a row selected. Any suggestions.

Use a macro to grab all maximums from all sheets to collect them in an
array, or even in a 'dummy sheet' if that's easier.
After that, get the maximum from your new collection.
 
rmc5446 said:
this may seem too obvious but why not create a summary page that has all
the rows from your 25 worksheets and us the max function?


I have to activate the cells with the ten highest values and alter
them. It is possible that the ten highest values out of 2024 may all
be on the one worksheet. So I need a method to store all the values
(2024)and then activate the ten cells that contain the highest values.
 

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