This probably belongs in the Excel forum since you do not mention using a database so for a spreadsheet the basic format for a coded solution would be;
Sub Get4thRow()
Dim i As Integer i = 0 For i = 4 To 100 Step 4 'code to do whatever you want here Next