+ Reply to Thread
Results 1 to 2 of 2

formula to calculate one year from a given date

  1. #1
    Forum Contributor
    Join Date
    11-17-2015
    Location
    India
    MS-Off Ver
    2013
    Posts
    365

    formula to calculate one year from a given date

    Can any one help me with formula to calculate exact last date of that particular year.
    e.g of cell A1 contains 31-12-2015 then in C1 i need formula to calculate last date of that year i.e 30-12-2016

    more examples

    If A1 contains 15-01-2014 then in C1 has to be 14-01-2014
    If A1 contains 11-03-2016 then in C1 has to be 10-03-2017
    If A1 contains 29-02-2016 then in C1 has to be 28-02-2017 (please note here FEb with 20th date)
    If A1 contains 01-05-2019 then in C1 has to be 30-04-2018
    If A1 contains 27-07-2021 then in C1 has to be 26-07-2022
    If A1 contains 09-01-2009 then in C1 has to be 08-01-2008

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,733

    Re: formula to calculate one year from a given date

    I think what you need is this in C1:

    =DATE(YEAR(A1)+1,MONTH(A1),DAY(A1)-1)

    although some of your examples are inconsistent (1, 4 and 6).

    Hope this helps.

    Pete

+ 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. Calculate 1-year expiration date to the end of month of a date
    By Dietcoke1953 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-18-2016, 01:20 PM
  2. [SOLVED] Formula that can calculate Year to Date % success across multiple years
    By abreet in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-23-2015, 11:30 AM
  3. Replies: 6
    Last Post: 01-17-2013, 06:08 AM
  4. Replies: 3
    Last Post: 08-14-2012, 05:14 AM
  5. Formula to calculate date from, weekday-weeknumber-year
    By rain4u in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-16-2012, 06:59 PM
  6. Replies: 3
    Last Post: 03-12-2009, 09:54 AM
  7. formula - calculate the yearly cost each year of the 10 year contract
    By Ineedxhelp in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-14-2008, 11:23 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