help with power formula

novxiv

New Member
Joined
May 11, 2008
Messages
48
hi guys,

I have this formula:

M = ( r + ( r / ((( 1 + r)^t) - 1))) * P

M, r, t, and P are all variables.

Now if I want to find out "t". What would the excel formula look like?

Thanks in advance.:confused:
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
its a bit ugly...

mathematically i think its:

log[1 + (pr/(m-rp)] / log(1 + r)
 
Upvote 0
thanks diddi. anybody wanna to help us transform this to an excel formula?

anyone? everyone?...:nya:
 
Upvote 0
log[1 + (pr/(m-rp)] / log(1 + r)

=(log(1 + (p * r)/(m - r * p)) / log ( 1 + r)
 
Upvote 0
Diddi thanks for hangin with me. May u pls review the formula again. I think a ")" is missing...:(
 
Upvote 0
didi,

thanks for your help.

/code

=(log(1 + (p * r)/(m - r * p))) / log ( 1 + r)

//code

i just added the missing ")" to ur formula. sorry I am too tired to think and evaluate ur awesome formula. but it work!

thanks again:biggrin:
 
Upvote 0

Forum statistics

Threads
1,223,236
Messages
6,170,917
Members
452,366
Latest member
TePunaBloke

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