+ Reply to Thread
Results 1 to 7 of 7

Help with "rate" function

  1. #1
    Registered User
    Join Date
    09-04-2024
    Location
    New York
    MS-Off Ver
    365
    Posts
    2

    Help with "rate" function

    I'm trying to calculate the rate of return on an investment in bitcoin.
    The purchase was made in 2010 when the price was 0.0008 (8/100 of a cent). 10 years later it was worth $21,000.
    Using the rate function, NPER 10; PV (0.0008); FV 21000. The result is #NUM!.
    I believe the the answer is 315% but excel cant solve it?
    The help function says to change the Iterative Calculation, but I'm still getting #NUM! Any thoughts?

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,763

    Re: Help with "rate" function

    The RATE function designed for a series of payments. The second argument is the payment amount. What are you using for that? You just want to determine effective interest of an investment.

    How often do you want to do compounding? Just for a simple case, annual compounding, the rate is just a little higher than your estimate.

    Values as displayed
    A
    B
    C
    D
    E
    F
    1
    rate
    352%
    Period
    Balance
    Interest
    Balance
    2
    1
    $ 0.0008
    $ 0.0036
    $ 0.0044
    3
    2
    $ 0.0044
    $ 0.0200
    $ 0.0244
    4
    3
    $ 0.0244
    $ 0.1102
    $ 0.1346
    5
    4
    $ 0.1346
    $ 0.6082
    $ 0.7428
    6
    5
    $ 0.7428
    $ 3.3573
    $ 4.1000
    7
    6
    $ 4.1000
    $ 18.5321
    $ 22.6321
    8
    7
    $ 22.6321
    $ 102.2970
    $ 124.9291
    9
    8
    $ 124.9291
    $ 564.6794
    $ 689.6085
    10
    9
    $ 689.6085
    $ 3,117.0304
    $ 3,806.6389
    11
    10
    $3,806.6389
    $17,206.0080
    $21,012.6470
    Sheet13


    Underlying formulas
    A
    B
    C
    D
    E
    F
    1
    2
    =D2*(1+$B$1)
    =SUM(D2:E2)
    3
    =F2
    =D3*(1+$B$1)
    =SUM(D3:E3)
    4
    =F3
    =D4*(1+$B$1)
    =SUM(D4:E4)
    5
    =F4
    =D5*(1+$B$1)
    =SUM(D5:E5)
    6
    =F5
    =D6*(1+$B$1)
    =SUM(D6:E6)
    7
    =F6
    =D7*(1+$B$1)
    =SUM(D7:E7)
    8
    =F7
    =D8*(1+$B$1)
    =SUM(D8:E8)
    9
    =F8
    =D9*(1+$B$1)
    =SUM(D9:E9)
    10
    =F9
    =D10*(1+$B$1)
    =SUM(D10:E10)
    11
    =F10
    =D11*(1+$B$1)
    =SUM(D11:E11)
    Last edited by 6StringJazzer; 09-04-2024 at 09:36 PM.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2504 Win 11
    Posts
    24,704

    Re: Help with "rate" function

    crossposted: https://www.mrexcel.com/board/thread...ction.1263932/

    Rule 7: Cross-posting Without Telling Us

    Your post does not comply with Rule 7 of our Forum RULES. Do not cross-post your question on multiple forums without telling us about your threads on other forums.

    Post a link to any other forums where you have asked the same question.

    Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.

    Read this to understand why we ask you to do this.

    I have added the crosspost reference for you today. Please comply with this and all our rules in the future

    However, if you continue to crosspost, you can expect to have your thread BLOCKED until you update it yourself.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  4. #4
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,763

    Re: Help with "rate" function

    Here are calculations for ROI rate. I'm not sure why it doesn't match my amortization table but it's probably related to how the compounding works.

    Values as displayed
    H
    I
    1
    Initial Cost
    $ 0.00
    2
    Current Value
    $21,000.00
    3
    Years
    10
    4
    Annualized ROI
    452%
    Sheet13


    Underlying formulas
    H
    I
    1
    2
    3
    4
    =(I2/I1)^(1/I3)-1

  5. #5
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2019
    Posts
    4,542

    Re: Help with "rate" function

    Give a guess value to the RATE function and you should get the desired result. Also, either pv or fv should be in the negative.

  6. #6
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2019
    Posts
    4,542

    Re: Help with "rate" function

    =RATE(10,0,-0.0008,21000,,300%), the answer is 452%.

  7. #7
    Registered User
    Join Date
    09-04-2024
    Location
    New York
    MS-Off Ver
    365
    Posts
    2

    Re: Help with "rate" function

    Apologies. Thanks for the info and help.

+ 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] Custom formula for "subscription" calculations ("as-needed", "monthly", "annually")
    By skydivetom in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-06-2024, 05:21 PM
  2. Replies: 11
    Last Post: 01-06-2023, 12:45 PM
  3. Replies: 5
    Last Post: 02-05-2019, 12:03 AM
  4. [SOLVED] Column X-Ref list - Sheet1 Col A "pages", Col B:FL "Req" to Sheet2 ColA "req", ColB "page"
    By excel-card-pulled in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-07-2017, 09:30 AM
  5. Replies: 4
    Last Post: 11-17-2013, 12:05 PM
  6. Replies: 2
    Last Post: 09-25-2012, 12:53 AM
  7. Please add a "sheet" function like "row" and "column" functions
    By Spreadsheet Monkey in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-08-2005, 12:15 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