+ Reply to Thread
Results 1 to 3 of 3

How to use dates in a forumula (Excel 2007)

  1. #1
    Registered User
    Join Date
    03-07-2009
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    2

    How to use dates in a forumula (Excel 2007)

    I'm trying to get Excel to calculate interest. The formula I want is as follows:

    800*1.00112^T

    T is the number of days since the deposit (interest is daily). How to I get Excel to automatically calculate T, and post the total amount?

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: How to use dates in a forumula (Excel 2007)

    Hello fireaxe,

    If the deposit date is in A1 then use the formula

    =800*1.00112^(TODAY()-A1)

    format result cell as currency

  3. #3
    Registered User
    Join Date
    03-07-2009
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: How to use dates in a forumula (Excel 2007)

    Works perfectly, thanks!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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