+ Reply to Thread
Results 1 to 8 of 8

adding days of the week

  1. #1
    Registered User
    Join Date
    05-08-2012
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    10

    adding days of the week

    Is it possible to do a formula like Friday+1 in a cell to generate saturday? I have a cell displaying Friday and want to drag and auto fill the days of the week for the month. B4 = FRI, and i want B5 to equal Saturday, B6 to equal sunday etc. Is there a simple way for this?

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: adding days of the week

    Quote Originally Posted by swervingcheetah View Post
    Is it possible to do a formula like Friday+1 in a cell to generate saturday? I have a cell displaying Friday and want to drag and auto fill the days of the week for the month. B4 = FRI, and i want B5 to equal Saturday, B6 to equal sunday etc. Is there a simple way for this?
    Yes...
    B4: a "Friday" date....2012-05-18
    B5: =B4+1
    Copy that formula down as far as you need.

    Alternatively, you could Click and Hold on the B4 fill handle (little black box in the lower right corner) and drag down to create a date series.

    Does that help?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  3. #3
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: adding days of the week

    If you place your cursor on the cell with Friday, pull down on the fill handle and Excel will auto fill the days of the week
    HTH
    Regards, Jeff

  4. #4
    Registered User
    Join Date
    05-08-2012
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: adding days of the week

    Yes, I want to just have to change friday going forward, and the rest will auto change. I guess i could have been more clear. and B4+1 doesn't work

  5. #5
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: adding days of the week

    Quote Originally Posted by swervingcheetah View Post
    Yes, I want to just have to change friday going forward, and the rest will auto change. I guess i could have been more clear. and B4+1 doesn't work

    I think you'll need to clarify what "doesn't work" means.
    The assumption I made was that cell B4 contained an actual date.
    The B5 formula will return the next Excel date serial number after that date.
    (You'll need to format the formula cells to display a format that's appropriate)

    If that doesn't help...can you post a sample workbook the demonstrates the problem?

  6. #6
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: adding days of the week

    If B4 contains the full weekday name like "Friday" you can use this formula in B5 copied down to populate subsequent weekdays

    =INDEX(TEXT({1,2,3,4,5,6,7,8},"dddd"),MATCH(B4,TEXT({1,2,3,4,5,6,7},"dddd"),0)+1)
    Audere est facere

  7. #7
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: adding days of the week

    One other thought...
    Excel already contains built-in lists for days of the week.
    If you enter Friday in B4
    then drag the fill handle down you'll see the subsequent days: Saturday, Sunday...etc

    Is that a feature you can use?

  8. #8
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: adding days of the week

    Or,

    In B5, then copy down.

    =TEXT(MATCH(2,SEARCH(B4,TEXT({1,2,3,4,5,6,7},"dddd")))+1,"dddd")

    Should work (unless any one found any mistakes ), If B4 contains weeks with short or full day, ie Sunday, Sun, Su etc...
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

+ 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