Algebraic future value formula with the symbol ^ to exponentiate

jbone

New Member
Joined
Aug 2, 2011
Messages
4
I created a formula in excel 2010 that generates the correct answer but I did not use the "^" function. Here is the formula I created, (1+$A$2)*$b3

I need the formula to do the same thing but I need to use the ^ in the formula. I have no idea how to do this, not very good at algebra which is why I like using excel..

:confused:
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Try the Power() formula.

ie 2 squared would be =power(2,2)

If you ever need to use what would be displayed as a negitave poper, then in the power formula use one divided by your number.

ie =power(A1,1/3)
 
Upvote 0
What are you trying to calculate, and what are the values in the cells?
 
Upvote 0
SHG, It is calculating the future value. I have to put in an algebraic formula that adds 1 to the contents of cell A@ and then raises this sum to the power of the contents of of cell B2. I am not allowes to use power or sum functions in excel. Like I said, I made a formula that did this but I didn't use the ^ to exponentiate.

Thank you again for your help
 
Upvote 0
If A3 contains the interest rate, B3 the principle, and C3 the number of periods, then future value due to compounded interest is

=B3*(1+A3)^C3
 
Upvote 0

Forum statistics

Threads
1,224,527
Messages
6,179,348
Members
452,907
Latest member
Roland Deschain

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