+ Reply to Thread
Results 1 to 8 of 8

Adding 3 months-

  1. #1
    Forum Contributor
    Join Date
    01-24-2013
    Location
    NY,NY
    MS-Off Ver
    MS 365
    Posts
    250

    Adding 3 months-

    Good morning,

    Currently I have a sheet with hundreds of entries, and I need to add 3 months to the months in Column A.
    In Column A I have January, February etc.. I need to add 3 months in Column B using column A. Example: A1 January, B1 April
    A2 June, B2 September. There's no particular order all I want to do is add 3 months to the month that's showing in column A. etc..
    Sorry for any confusion.



    Any help is helpful!

    Thank you,
    Last edited by thursday140; 05-29-2018 at 09:14 AM.

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Adding 3 months-

    do you have dates OR text (month) in column A
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Adding 3 months-

    If the months in column A are actual dates, you can use the EDATE function: =EDATE(A2,3).

    If the months in column A are text, try this:

    =TEXT(EDATE((A2&1)+0,3),"mmmm")

  4. #4
    Forum Contributor
    Join Date
    01-24-2013
    Location
    NY,NY
    MS-Off Ver
    MS 365
    Posts
    250

    Re: Adding 3 months-

    Quote Originally Posted by nflsales View Post
    do you have dates OR text (month) in column A

    I have months listed.

  5. #5
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Adding 3 months-

    Happy to help. Thanks for the rep!

  6. #6
    Registered User
    Join Date
    04-14-2018
    Location
    Vermont, USA
    MS-Off Ver
    Office 365
    Posts
    72

    Re: Adding 3 months-

    @63falcondude, may I ask what the purpose of the red text is in your formula?
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Formula: copy to clipboard
    Please Login or Register  to view this content.
    seems to work the same. The only difference I see is that the first one returns an actual date of 9/11/1984 and the second returns 9/10/2018 (in my test of A2 = 6/10/2018).

    - Jeff
    Last edited by Jeff Ho; 05-29-2018 at 11:04 AM.

  7. #7
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Adding 3 months-

    Sure Jeff.

    The OP has only the month name in the cell so =TEXT(EDATE(A2,3),"mmmm") would not work. That would only work if there was an actual date in A2.

    Let's say that A2 is January. A2&1 returns January1. Adding 0 to this converts January1 into an actual date (1/1/2018).

  8. #8
    Registered User
    Join Date
    04-14-2018
    Location
    Vermont, USA
    MS-Off Ver
    Office 365
    Posts
    72

    Re: Adding 3 months-

    Beautiful! Thanks! I had tried to solve it by assuming or converting to dates in col A ... then forgot he hadn't specified originally, so I tested your formula on my example.

    Have a rep for reminding me to think more clearly and showing me how to convert text to date without a macro!

    - Jeff

+ 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. Adding months to dates
    By milleroy in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-09-2014, 10:38 AM
  2. Adding months
    By pickslides in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-24-2014, 08:54 PM
  3. Adding months
    By DazzyBee in forum Excel General
    Replies: 2
    Last Post: 11-03-2011, 05:51 PM
  4. Adding - Months
    By keith in forum Excel General
    Replies: 2
    Last Post: 02-13-2007, 08:09 AM
  5. Adding Dates by Months
    By cakonopka in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-05-2006, 03:25 PM
  6. [SOLVED] Adding months to dates should account for 28-30-31 day months
    By Graham in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-01-2006, 08:10 AM
  7. [SOLVED] Adding months.
    By majech in forum Excel General
    Replies: 2
    Last Post: 01-28-2005, 04:06 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