Years 1,2,3,4,5 the calculation will be
If nInflYear = 5 Then
StartIncomeAmt = ClientMonthlyInc
at year 6 calculation will be
StartIncomeAmt = ClientMonthlyInc * (1 + InflationFactor) ^ ( 6 - 1)
When I loop and get to year 6 the calculation will change
How do I count the loops and at year 6...