View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Stefi
 
Posts: n/a
Default increase number with 1%

I suppose you have somewhere the actual number of years. If so and I
understood you well

=A1*1.01^IF(B1<=3,B1,3)

where A1 contains the number to be increased
B1 contains the actual number of years


Regards,
Stefi

€˛Nitin gupta€¯ ezt Ć*rta:

Want to increase number by 1% each year for first 3 years and the thereafter
ther will be no increase for next 4 years