+ Reply to Thread
Results 1 to 3 of 3

Date money is gone function

  1. #1
    Registered User
    Join Date
    10-08-2019
    Location
    Cincinnati Oh
    MS-Off Ver
    2016
    Posts
    8

    Date money is gone function

    Hi! I am hoping someone can help me with a function. I have a sheet that has a dollar amount. I withdrawal a certain amount each month, but the account does have a rate of return. An example is below. I want to have the F1 cell populate with the date the money runs out. I am completely lost!Attachment 698344
    Attached Images Attached Images
    Last edited by feldkatc; 10-05-2020 at 05:41 PM. Reason: thread title

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2404 Win 11 Home 64 Bit
    Posts
    23,855

    Re: Help woth a function

    Administrative Note:

    Welcome to the forum.

    We would very much like to help you with your query, however the thread title does not really convey what your request is about. Tell us what you are trying to do, not how you think it should be done.

    Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).

    Please see Forum Rule #1 about proper thread titles and adjust accordingly. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.

    (Note: this change is not optional. No help to be offered until this moderation request has been fulfilled.)
    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

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

    Re: Date money is gone function

    How much of your question is Excel programming (you know how to perform this calculation in other ways, but need help programming in Excel) and how much is generic finance (you don't know how to do this in any way)?

    It looks like a basic present value/future value type problem solving for nper (present value = 10000, rate = 0.06, payment = 210, future value = 0, nper = ??). Assuming that a basic present value model is the correct financial model for this, you could use the NPER() function for this (=NPER(0.06,210,10000,0)) to get the number of periods. I'm assuming that your 6% interest rate is monthly (if it is annual, then you need to convert it to a monthly rate however you typically do that).

    If this is mostly about Excel programming, the PV() function help file describes the equation that is used: https://support.microsoft.com/en-us/...rs=en-us&ad=us
    The NPER() function help file: https://support.microsoft.com/en-us/...rs=en-us&ad=us

    There are several places with more information about the present value/future value financial model, if you need more help understanding the financial model.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

+ 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. Right function, Left function, Mid function to extract values in column A
    By bjnockle in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 06-14-2020, 03:14 PM
  2. COUNTUNIQUE Function in Google Sheets; Excel lacks a direct counterpart to this function?
    By PivotTablePSHomage in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-18-2018, 05:27 AM
  3. Help woth geocoding, or reverse geocoding
    By margal in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-19-2016, 11:30 AM
  4. Calling function inside function. (aka nested function)
    By jakopak in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-02-2015, 05:58 AM
  5. Replies: 13
    Last Post: 04-08-2014, 05:46 AM
  6. Replies: 1
    Last Post: 03-21-2012, 11:22 AM
  7. Graphing formulas woth continuous variables
    By Klorgrodan in forum Excel General
    Replies: 2
    Last Post: 02-10-2009, 10:27 AM

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