+ Reply to Thread
Results 1 to 7 of 7

Date Formula

  1. #1
    Registered User
    Join Date
    01-14-2013
    Location
    Jupiter
    MS-Off Ver
    Excel 2013
    Posts
    78

    Date Formula

    I need a formula to show an entire week in one cell. I know how to add dates together but I'm not sure how to add entire weeks together.

    This is what a cell would look like...

    August 24th - August 30th

    Then, the cells after this cell should show the next week, and the week after, etc.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Date Formula

    August 24 to August 30 is only 6 days

    to get the date a week later, just add 7 to the date
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    08-05-2013
    Location
    USA
    MS-Off Ver
    2010
    Posts
    76

    Re: Date Formula

    Are the dates entered anywhere on the workbook? If so you could use the Concatenate function.
    Column A has the week start date, column B has the week end date, column C has =CONCATENATE(A1&" - "&B1).
    The dates would need to be in the "mmmm dd" format.

  4. #4
    Forum Contributor
    Join Date
    08-11-2012
    Location
    bengalur
    MS-Off Ver
    Excel 2003, 2007
    Posts
    152

    Re: Date Formula

    Please Login or Register  to view this content.
    Please try this function. Enter the date in the D9 - 24/08/2013.
    ___________________________________________________________________________________________________________________________________
    Please click * to say thank you

  5. #5
    Forum Contributor
    Join Date
    05-24-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    291

    Re: Date Formula

    Hi skip2mylew

    in B5 put any week starter date (i.e. 26 Aug 13)

    in C5 =TEXT(B5,"MMMM dd")&" - "&TEXT(B5+7,"MMMM dd")

    in D5 =TEXT(B5+8,"MMMM dd")&" - "&TEXT((B5+8)+7,"MMMM dd")

    in E5 =TEXT(B5+16,"MMMM dd")&" - "&TEXT((B5+16)+7,"MMMM dd")

    in F5 =TEXT(B5+24,"MMMM dd")&" - "&TEXT((B5+24)+7,"MMMM dd")

    pl confirm if this is what you want ..... or pls send your sample of data structure will provide u solution accordingly
    Click on * below if you find this helpful

    Thanks,
    A

  6. #6
    Registered User
    Join Date
    01-14-2013
    Location
    Jupiter
    MS-Off Ver
    Excel 2013
    Posts
    78

    Re: Date Formula

    August 24 to August 30 is 7 days.. 24th, 25th 26th, 27th, 28th, 29th, 30th

    amy_d2 is used your formula and adjusted it a little. Here's what I have:

    Please Login or Register  to view this content.

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Date Formula

    Quote Originally Posted by skip2mylew View Post
    August 24 to August 30 is 7 days.. 24th, 25th 26th, 27th, 28th, 29th, 30th
    I understand what you are saying, but 30-24=6, not 7

+ 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. [SOLVED] Formula for converting a date to quarter and leaving blank cell for no date values
    By jayc2111 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-10-2019, 12:57 AM
  2. formula for commit date minus completion date excluding weekends
    By jtmayo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-07-2012, 08:42 PM
  3. [SOLVED] Formula assistance needed to sum data based on anniversary date and month date
    By lilsnoop in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-28-2012, 11:18 PM
  4. Replies: 1
    Last Post: 04-18-2012, 05:49 PM
  5. Replies: 1
    Last Post: 04-20-2006, 05:10 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