Home |
Search |
Today's Posts |
#3
![]() |
|||
|
|||
![]() Hi John, copy this code into the Visual basic Editor (Alt+F11), and run it. Code: -------------------- Public Sub Max600() Dim iCnt As Long 'Set cell to hold first result ActiveSheet.Range("J2").Activate 'Simple loop For iCnt = 1 To 650 ActiveCell.Offset(iCnt - 1, 0).Formula = _ "=MAX(B" & (600 * (iCnt - 1)) + 2 & ":B" & (600 * (iCnt - 1)) + 601 & ")" Next iCnt End Sub -------------------- Not sure you mean 650 groups of 600, but you can adjst the loop to suit. HTH Art -- HiArt ------------------------------------------------------------------------ HiArt's Profile: http://www.excelforum.com/member.php...o&userid=19953 View this thread: http://www.excelforum.com/showthread...hreadid=472893 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I find the max in each group? | Excel Worksheet Functions | |||
how do i find values on a line graph in Excel? | Excel Discussion (Misc queries) | |||
Need help w/ Weight Formula | Excel Discussion (Misc queries) | |||
Count Distinct Values by Group Using Pivot Table (NM) | Excel Worksheet Functions | |||
Subtotal of Subtotal displays Grand Total in wrong row | Excel Worksheet Functions |