add 5% in every year

negi

Board Regular
Joined
Apr 16, 2009
Messages
87
Dear All good evening,
i have a query in excel sheet, i have an amount in a column and we want the calculate amt in next col like as...

We want add 5 % in amt in every year.

Amt</SPAN>Year </SPAN>Reqd Amt</SPAN>
10000</SPAN>5</SPAN>55000</SPAN>
15000</SPAN>4</SPAN>64500</SPAN>
20000</SPAN>3</SPAN>63000</SPAN>
10000</SPAN>2</SPAN>20500</SPAN>
Example-1
1st Year</SPAN>



10000</SPAN>



B7</SPAN>
2nd Year</SPAN>10500</SPAN>B7+B7*5%</SPAN>
3rd Year</SPAN>11000</SPAN>B8+B7*5%</SPAN>
4th Year</SPAN>11500</SPAN>B9+B7*5%</SPAN>
5th Year</SPAN>12000</SPAN>B10+B7*5%</SPAN>
Total</SPAN>55000</SPAN>SUM(C7:C11)</SPAN>
Example-2
1st Year</SPAN>15000</SPAN>B14</SPAN>
2nd Year</SPAN>15750</SPAN>B14+B14*5%</SPAN>
3rd Year</SPAN>16500</SPAN>B15+B14*5%</SPAN>
4th Year</SPAN>17250</SPAN>B16+B14*5%</SPAN>
Total</SPAN>64500</SPAN>SUM(C14:C17)

</SPAN>

<TBODY>
</TBODY><COLGROUP><COL span=2><COL></COLGROUP>
 
dear mick
one of my team member who want to calculte the same but some change.
these calculation for annual only

YearAmt
410000
1st year10000 C5
2nd year10500 C5+(C5*0.05)
3rd year11025 C6+(C6*0.05)
4th Year11576 C7+(C7*0.05)
total43101 SUM(C5:C8)

<COLGROUP><COL style="WIDTH: 48pt" span=2 width=64><COL style="WIDTH: 59pt; mso-width-source: userset; mso-width-alt: 2889" width=79><TBODY>
</TBODY>
 
Upvote 0

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.

Forum statistics

Threads
1,215,029
Messages
6,122,757
Members
449,094
Latest member
dsharae57

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top