find the max among a range of cells and repeat the search 365 times

Status
Not open for further replies.

AmandaSS

Board Regular
Joined
Jan 7, 2014
Messages
133
Hallo,

I have 8760 rows and one column with one value for each row.

row1
10
row2
23
row3
4
...
row 24
50
....
....
row8760
39

<tbody>
</tbody>


I need to check every 24 rows what is the max value, up to the 8760th row (in 8760 rows I have to find 365 max values=8760/24). I.e. the max value in the first 24 rows, the max value in the second 24 rows, the max value in the 3rd 24 rows, and so on.
Can someone help?

Thanks
Amanda
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Status
Not open for further replies.

Forum statistics

Threads
1,214,642
Messages
6,120,698
Members
448,979
Latest member
DET4492

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top