B
Brian P. Hammer
All,
I am trying to calculate an if statement base of a value of 12 multiplier. I'd much rather not have to type this all the way up for 60 years. How can I turn my if statement into something like If Period = 12 or multiplier of 12 then?
For Period = 1 To TotPmts
'My period Work
If Period = 12 Or Period = 24 Or Period = 36 Or Period = 48 Or Period = 60 _
Or Period = 72 Or Period = ...........Then
End If
Next Period
Thanks,
Brian P. Hammer
I am trying to calculate an if statement base of a value of 12 multiplier. I'd much rather not have to type this all the way up for 60 years. How can I turn my if statement into something like If Period = 12 or multiplier of 12 then?
For Period = 1 To TotPmts
'My period Work
If Period = 12 Or Period = 24 Or Period = 36 Or Period = 48 Or Period = 60 _
Or Period = 72 Or Period = ...........Then
End If
Next Period
Thanks,
Brian P. Hammer