+ Reply to Thread
Results 1 to 5 of 5

Output 1 month after existing value

  1. #1
    Forum Contributor
    Join Date
    12-19-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    191

    Output 1 month after existing value

    Hi All,

    Sorry about the terrible title, I'm not sure how to articulate this! I have a cell that contains a month and year (format "mmmm yyyy") and I want another cell to contain the next month in the same format. So if the first cell contains November 2013 I want another cell to read December 2013.

    Any help would be greatly appreciated. Thanks!
    Last edited by TPDave; 05-02-2014 at 09:17 AM.

  2. #2
    Forum Contributor
    Join Date
    01-30-2013
    Location
    Wales
    MS-Off Ver
    Excel 2013
    Posts
    231

    Re: Output 1 month after existing value

    A1 = November 2013
    B1 = date(year(a1),month(a1)+1,1) Format "mmmm yy"
    Click * below if this answer helped

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Output 1 month after existing value

    One way...

    A1 = some date formatted as mmmm yyyy

    This formula entered in B1:

    =EOMONTH(A1,0)+1

    Format the same
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Forum Contributor
    Join Date
    12-19-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    191

    Re: Output 1 month after existing value

    Thanks guys, that's great. Annoyingly simple even

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Output 1 month after existing value

    You're welcome. We appreciate the feedback!

+ 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. Macro to create new month from existing template
    By crosby87uk in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-10-2012, 10:39 AM
  2. Adding sort by week, month and year to existing formula
    By Throtmorton P. in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-22-2012, 06:41 AM
  3. [SOLVED] Function to Output Current Month and Year
    By cg0789 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-13-2012, 01:46 PM
  4. Macro for output to existing result files
    By Sam_Gregson in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-06-2009, 06:38 AM
  5. Month Function Not Displaying Correct Output?
    By NewExcelUser in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-29-2007, 03:50 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