• Add months to date help

    • This topic has 3 replies, 2 voices, and was last updated 24 years ago.
    Author
    Topic
    #355548

    I’m using Excel 97. I have a column of dates expressed as 04/30/2001 and a column of number of months expressed as a single number, ie 30. I want to add the number of months to the date to find out what the date will be in 30 months in mm/dd/yyyy format. Hope this makes sense.

    Thanks.

    Viewing 0 reply threads
    Author
    Replies
    • #524637

      The following formula will add the the value in B1 to the month part of a date in A1, so if B1 = 12, then the formula will add 12 months (1 yr) to the date in A1.

      =DATE(YEAR(A1),MONTH(A1)+B1,DAY(A1))

      You can format the cells containing the formula as required

      Andrew

      • #524649

        Thanks Andrew. FYI – I also found out that EDATE will do the same thing.

        Regards,

        Brett

        • #524650

          Brett,

          yes EDATE() is fine, but you must have the Analysis Toolpak AddIn installed to use it. Not all users bother to install it.

          Andrew

    Viewing 0 reply threads
    Reply To: Add months to date help

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: