+ Reply to Thread
Results 1 to 5 of 5

formula that works out 6 months from date

  1. #1
    Forum Contributor
    Join Date
    10-18-2012
    Location
    new york
    MS-Off Ver
    Office 365
    Posts
    177

    formula that works out 6 months from date

    I want a formula that writes yes when the date in column A is within 6 months from today's date....
    thanks

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,366

    Re: formula that works out 6 months from date

    maybe you can use it like this as per my understanding

    =DATE(YEAR(TODAY()),MONTH(TODAY())+6,DAY(TODAY()))>A1
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Forum Contributor
    Join Date
    10-18-2012
    Location
    new york
    MS-Off Ver
    Office 365
    Posts
    177

    Re: formula that works out 6 months from date

    this seems to work! thank you. is there anyway i can get it to not show as TRUE if the date is column A is past today's date?

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,049

    Re: formula that works out 6 months from date

    if you want 6 months all the time, use this...
    =TODAY()-365.25/2
    you can change the last part to adjust for more/less than 6 mths

    edit: try =if(A1>=today(),"",TODAY()-365.25/2)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  5. #5
    Forum Contributor Steve N.'s Avatar
    Join Date
    12-22-2011
    Location
    USA
    MS-Off Ver
    Excel 2007, 2010
    Posts
    298

    Re: formula that works out 6 months from date

    In cell B2

    =IF(A2>TODAY()+182.625,"","Yes")

+ 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