+ Reply to Thread
Results 1 to 3 of 3

Linked Date ranges

  1. #1
    Registered User
    Join Date
    09-08-2010
    Location
    Ottawa, Ontario, Canada
    MS-Off Ver
    Excel 2003
    Posts
    4

    Linked Date ranges

    Hello,

    Is it possible to have a date range display of 'April 2010 to June 2010' and then link other cells to this to show the next 3 month range? So that the formula results in 'July 2010 to September 2010'. This will allow for just updating the original cell for future changes.

    Thank you,
    ArtiCat
    Last edited by ArtiCat; 09-08-2010 at 10:33 AM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,698

    Re: Linked Date ranges

    Long formula but here's one way to do what you want, put the 1st of the month for the first range in A1, e.g. 1-Apr-2010 for your example, and the number of months in each range in B1 [3] and then use this formula in C1 copied down to get successive ranges

    =TEXT(DATE(YEAR($A$1),MONTH($A$1)+(ROWS(C$1:C1)-1)*($B$1),1),"mmmm yyyy")&" to "&TEXT(DATE(YEAR($A$1),MONTH($A$1)+ROWS(C$1:C1)*($B$1)-1,1),"mmmm yyyy")
    Audere est facere

  3. #3
    Registered User
    Join Date
    09-08-2010
    Location
    Ottawa, Ontario, Canada
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Linked Date ranges

    Actually, that's pretty clear. Thank you so much!

+ 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