Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank You
-----Original Message----- I didn't interpret your requirements that way. Here's one way: Dim i As Long For i = 1 to 100 If (i Mod 10 = 0) or (i Mod 25 = 0) Then 'Do special stuff End If 'Do normal stuff Next i In article , wrote: but what about the next 10 or 25, when the count gets to 20 and 30 and 40 or 50 and 75 and 100 . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Employee Work Time - Don't Count Duplicates | Excel Worksheet Functions | |||
Count Employee Work Time - Don't Double-count Overlapping Apts. | Excel Worksheet Functions | |||
Excel 2000, count, sort a list & count totals? | Excel Worksheet Functions | |||
How do i count numbers and letters to find a total count of all | Excel Worksheet Functions | |||
Count Intervals of Filtered TEXT values in Column and Return Count across a Row | Excel Worksheet Functions |