+ Reply to Thread
Results 1 to 10 of 10

Autofill days across one row, skipping every other column as its hidden.

  1. #1
    Registered User
    Join Date
    07-12-2019
    Location
    Manchester
    MS-Off Ver
    Excel Office 365 Pro Plus
    Posts
    37

    Question Autofill days across one row, skipping every other column as its hidden.

    Hi all,

    New to the site, would be great if you could help with a work issue.

    Having issue auto filling days, as there is a hidden column between each column for a excel work sheet.

    So when I try to auto fill I end up seeing every other day rather then the next day.

    How I want to work for example is beginning with C1 Saturday, then E1 to say Sunday rinse and repeat for a whole years worth.

    If anyone could please help with a formula that can manage this, I would be very grateful.

    Many thanks.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,719

    Re: Autofill days across one row, skipping every other column as its hidden.

    Welcome to the forum.

    These day labels - presumably they are dates formatted as days?

    If so, you could try this:

    =C1+0.5

    and drag copy across.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    07-12-2019
    Location
    Manchester
    MS-Off Ver
    Excel Office 365 Pro Plus
    Posts
    37

    Re: Autofill days across one row, skipping every other column as its hidden.

    Hi Ali,

    Thanks for your reply.

    Sadly that did not work as I am using text words not dates. Such as Sat, Sun, Mon etc..

    I have the dates below working on number 2 row, e.g. 01/06/2019 etc, it's the text format above for worded days I have the issue with.

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,719

    Re: Autofill days across one row, skipping every other column as its hidden.

    OK - so change the entry in C1 to a date (say 01/06/2019). Then go to the cell formatting drop-down on the Home ribbon and select Custom - set the formatting to dddd. Now you have a day.

    Next, in D1 add my formula and drag copy across - you should get a repeat of the first day in the hidden cells and the correct new day in those that are not hidden.

    Using date formatting rather than text is more flexible for you anyway.

    Excel 2016 (Windows) 32 bit
    E
    F
    G
    H
    I
    J
    K
    L
    M
    9
    Friday
    Friday
    Saturday
    Saturday
    Sunday
    Sunday
    Monday
    Monday
    Tuesday
    Sheet: Sheet1


    Excel 2016 (Windows) 32 bit
    E
    F
    9
    =TODAY()
    =E9+0.5
    Sheet: Sheet1

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,719

    Re: Autofill days across one row, skipping every other column as its hidden.

    The other way to do it, of course, is this (in C1):

    =TEXT(WEEKDAY(C2),"dddd")

    and drag copy across. HOWEVER, that leaves you with just text and NOT a recognisable date.

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,719

    Re: Autofill days across one row, skipping every other column as its hidden.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

  7. #7
    Registered User
    Join Date
    07-12-2019
    Location
    Manchester
    MS-Off Ver
    Excel Office 365 Pro Plus
    Posts
    37

    Re: Autofill days across one row, skipping every other column as its hidden.

    Thank you so much works great.

    My only niggle is now it display the full text day e.g. Monday instead of just Mon, which has created an issue of a lot of the columns not showing the date because the box is width of the box is too small for the text.

    When I try to highlight the entire page to spread the width out it unhides all of my hidden columns, which creates another long job of hiding.

  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,719

    Re: Autofill days across one row, skipping every other column as its hidden.

    OK - no problem. Change the formatting to ddd (instead of dddd).

    dd = number of the day of the week

    ddd = three-letter day - Mon, Tue, Wed, etc.

    dddd = full name - Monday, Tuesday, Wednesday, etc.

  9. #9
    Registered User
    Join Date
    07-12-2019
    Location
    Manchester
    MS-Off Ver
    Excel Office 365 Pro Plus
    Posts
    37

    Re: Autofill days across one row, skipping every other column as its hidden.

    Fantastic.

    Thank you so much!

  10. #10
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,719

    Re: Autofill days across one row, skipping every other column as its hidden.

    Ta-da! Glad we got there.

+ 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. Auto-Filling Dates and Days, skipping a column each time.
    By Stale_Buns in forum Excel General
    Replies: 4
    Last Post: 12-05-2017, 03:45 PM
  2. [SOLVED] Adding the correct number of working days to the chart, skipping off days
    By Vitalite in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 07-15-2017, 03:31 AM
  3. Replies: 1
    Last Post: 05-21-2014, 04:30 PM
  4. [SOLVED] Autofill column,using column (skipping some cells) from another sheet
    By excellover2212 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-06-2014, 01:09 PM
  5. [SOLVED] Autofill Row (whilst skipping every other cell), using column from another sheet
    By shadypops in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-18-2013, 03:26 PM
  6. Autofill Skipping Hidden Cells
    By birth19 in forum Excel General
    Replies: 4
    Last Post: 02-27-2012, 09:29 AM
  7. Modify the Macro to Autofill hidden Column
    By xcruc1at3r in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 09-08-2011, 11:44 AM

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