![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Posts: 1
|
I am trying to get a formula that changes an annual interest rate into its monthly comparison. From monthly to annual i know the formula is (1+r) to the power 12, but how do i go the other way in a formula. There doesn't seem top be a formula for it....please help!
Thanks Pete |
|
|
|
|
|
#2 |
|
New Member
Join Date: Mar 2002
Posts: 39
|
Use Power(number,1/3) for cube or
Power(number,1/12) for 12th root |
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
=(1+A1)^0.0833333333333333 where A1 is "r". |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|