+ Reply to Thread
Results 1 to 2 of 2

Continuing Calculation with Dates

  1. #1
    Registered User
    Join Date
    06-29-2012
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2007 & 2010
    Posts
    96

    Continuing Calculation with Dates

    Hello All,

    I posted some time ago to some help on developing a calculation that updates with the date. I have attached what I came up with and it was working great. I didn't take into account the change of the year.

    The story behind this is, we are accounting for 3% inflation beginning March of every year. It gets applied by taking 3% x the number of months until March. Since 2016, January should be 11th month, but my calculation is set up so that it is the 1st Month.

    How can I update this to take the year into account?

    Thank you!

    -H.Patel
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: Continuing Calculation with Dates

    Would putting something like the following in B6 fix your problem?

    =IF($D$2>=3,0.03*((D2-2)/D2),0.03*(($D$2+10)/12))

+ 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. Calculation of dates, return blank when one of the dates is not populated
    By brian_2me in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-15-2014, 10:59 AM
  2. [SOLVED] excel formula to help my calculation from min dates of 3 dates cell ranges
    By breadwinner in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-04-2013, 10:32 AM
  3. Excel 2007 : Calculation with dates
    By doogiejeh in forum Excel General
    Replies: 2
    Last Post: 02-15-2011, 05:46 PM
  4. Replies: 4
    Last Post: 10-26-2010, 11:10 AM
  5. If Then Else not continuing.
    By garretonufer in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-23-2009, 02:30 PM
  6. Calculation between two dates
    By Rameris in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 01-28-2006, 08:15 PM
  7. calculation of interest between two dates
    By Arvind Khanna via OfficeKB.com in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-26-2005, 05: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