+ Reply to Thread
Results 1 to 6 of 6

Problem RMZ Function

  1. #1
    Registered User
    Join Date
    11-29-2021
    Location
    England
    MS-Off Ver
    2012
    Posts
    26

    Problem RMZ Function

    Hi Guys ,

    I want to calculate this formula with RMZ: C0* ((1+i)^T*i )/((1+i)^T -1)

    Does somebody know how I can do that?

    How should I write the formula in excel?

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,858

    Re: Problem RMZ Function

    I'm not sure what RMZ means. The formula you have looks like it should translate directly into Excel:

    1) Replace the variables with the desired values and prepend an equals sign on it: =1*((1+2)^3*2)/((1+2)^3-1) where C0=1, i=2, T=3
    2) Enter the values into suitable cells and replace the variables with cell references =A1*((1+B1)^C1*B1)/((1+B1)^C1-1) where A1 contains the value for C0, B1 contains the value for i, and C1 contains the value for T.

    If you are unfamiliar with writing formulas in spreadsheets (or Excel specifically), this might be a useful starting place: https://support.microsoft.com/en-us/...rs=en-us&ad=us
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Registered User
    Join Date
    11-29-2021
    Location
    England
    MS-Off Ver
    2012
    Posts
    26

    Re: Problem RMZ Function

    I put in the formula but it shows error ?

    I also replaced it with right numbers but didnt work?

    RMZ is a function to calculate
    =B32*((1+B31)^B29*B31))/((1+B31)^-B29 -1);
    Last edited by Mason12; 11-29-2021 at 03:28 PM.

  4. #4
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Problem RMZ Function

    You have a superfluous close bracket at the end of the numerator. Try:

    =B32*((1+B31)^B29*B31)/((1+B31)^-B29 -1)
    Geoff

    Did I help significantly? If you wish, click on * Add Reputation to say thanks.
    If your problem has been resolved please select ?Solved? from the Thread Tools menu

  5. #5
    Registered User
    Join Date
    11-29-2021
    Location
    England
    MS-Off Ver
    2012
    Posts
    26

    Re: Problem RMZ Function

    thank you very much

  6. #6
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Problem RMZ Function

    Glad we could help. Thanks for the feedback.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Vba function problem
    By zaneta0709 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-10-2021, 07:21 AM
  2. [SOLVED] Problem with indirect function in XIRR function
    By lynnsong986 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 01-17-2020, 05:12 PM
  3. Function problem: Function correct but not running
    By helterskelter101 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-04-2018, 10:17 AM
  4. [VBA] Problem with outmail function - function sends mails only to 1 recepient
    By sauron12 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 11-21-2015, 03:30 PM
  5. Replies: 6
    Last Post: 10-20-2013, 07:16 PM
  6. Problem Inserting Round function into an IF function
    By Ash87 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-11-2013, 05:37 PM
  7. Problem with sum function
    By fredrock80 in forum Excel General
    Replies: 2
    Last Post: 04-14-2005, 05:01 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1