+ Reply to Thread
Results 1 to 3 of 3

Creating formula for timeline

  1. #1
    Lynne
    Guest

    Creating formula for timeline

    I am trying to find a formula in Excel that will help me manage the following
    report: I have 2 columns...the first gives a list of months...ex. Jan, Feb,
    March, etc. I want a formula that will automatically populate the second
    column with a month that is 3 months past the first column...ex. 1st column
    is Jan 2nd is April. 1st column is Feb 2nd is May... Is this possible. I
    don't want specific dates in the month...just the month itself.

  2. #2
    Forum Contributor
    Join Date
    06-21-2004
    Posts
    106
    If no success, pls try my stupid recommendation:

    Assuming Column A has non-text dates (valid date formatting)
    Put this in column B:
    =VLOOKUP(MONTH(A2)+3,Sheet2!$A$1:$B$12),2,FALSE)

    A Vlookup? What the heck? Yes, I can't think of way to reverse the MONTH Function.

    Sheet2! will have number 1 -12 in column A, and column B will have the appropriate months: January, February, etc.

    Let me know if this is what you were looking for

  3. #3

    Re: Creating formula for timeline

    Lynne
    This should do the trick for you.
    'Borrowed' from a post a month or so back
    Remember they are text so no date calculations can be done without more
    string manipulation


    =CHOOSE(MATCH(A1,{"Jan";"Feb";"Mar";"Apr";"May";"Jun";"Jul";"Aug";"Sep";"Oct";"Nov";"Dec"},0),"Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","Jan","Feb","Mar")

    HTH

    Rob

+ 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