Rate of return with taxes take out each yr.

mspincus

New Member
Joined
Jul 30, 2010
Messages
37
PLease help. Formula and graph and then powerpoint. I want to have a some dollars invested over a 10-15-20 ?? period, what would be the future value. mine is coming uo negative. I am trying to compare what 1 dollar invested over a certain period in which that period can change get the future value and then take a taxes out. exp 1 dollar earning 10% then take out 25% taxes and then the next year earn 10% on that money and so on. then i would like to bar graph info into a powerpoint and have it a working powerpoint.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
I'm assuming you mean 25% tax applied to the interest earned on the invested amount.

If
A1 contains your initial investment ($1)
A2 contains your interest earned (10%)
A3 contains the tax applied to the interest (25%)
A4 your investment time frame (for sake of example 10 years)

Then formula would be:
Code:
=A1*(1+A2*(1-A3))^A4
So with above values, answer is $2.06

I don't have time to provide solution for rest of your requirement
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,508
Messages
6,179,189
Members
452,893
Latest member
denay

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