+ Reply to Thread
Results 1 to 8 of 8

Convert a vertical calendar table to a "normal" layout by month

  1. #1
    Registered User
    Join Date
    12-27-2012
    Location
    Greece, NY
    MS-Off Ver
    365
    Posts
    59

    Convert a vertical calendar table to a "normal" layout by month

    I used a vertical calendar template (columns = months, rows = dates) to create a one-page 2024 Medical & Wellness Appointments.

    Is there a way to take that data and convert/move/copy it into a page-per-month layout?
    If so,
    1. How?
    2. Will I need a new workbook, or can there be additional worksheets in the original workbook?

    Thanks,

    Nancy
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,791

    Re: Convert a vertical calendar table to a "normal" layout by month

    There are many ways of doing it, but it would make sense to have the monthly view(s) as extra sheet(s) in your existing workbook.

    You could have one sheet for each month, so you would have 12 extra sheets in your file. Alternatively, you could just have one extra sheet and on that sheet you could have a drop-down to allow you to select the month and the display would change automatically.

    Which approach would you prefer?

    Pete

  3. #3
    Registered User
    Join Date
    12-27-2012
    Location
    Greece, NY
    MS-Off Ver
    365
    Posts
    59

    Re: Convert a vertical calendar table to a "normal" layout by month

    The first option, please.

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,508

    Re: Convert a vertical calendar table to a "normal" layout by month

    Try the attached. It could cover both options. Just copy Sheet 2 and change the month in cell A1. Or you could make A1 have a drop down to select the month. Or both
    Attached Files Attached Files
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  5. #5
    Registered User
    Join Date
    12-27-2012
    Location
    Greece, NY
    MS-Off Ver
    365
    Posts
    59

    Re: Convert a vertical calendar table to a "normal" layout by month

    I'm not sure how this is any different from what I already have.

    Perhaps I wasn't as clear as I could have been about what I'd like to have happen.
    What I'm looking for are 12 worksheets, 1 for each month, formatted like a wall calendar, with 7 columns (Sun-Sat) and 4-5 rows, depending on the number of days in the month, and populated by the data on the vertical calendar, Worksheet 1.
    Is that clearer?

  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
    81,247

    Re: Convert a vertical calendar table to a "normal" layout by month

    Did you try copying the sheet that TMS set up for you, as instructed? You would need to duplicate it 11 times.
    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.

  7. #7
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,508

    Re: Convert a vertical calendar table to a "normal" layout by month

    @Ali: the OP means four pairs of rows with 7 days each, and a fifth pair with the remaining days (29 to 31). I know how I’d approach it, just not had time to do it. I'd need to set it up on my laptop because I’d want to set up a drop down for the month and Conditional Formatting for the fifth pair.

    That said, my approach would be a simple one starting with day one on row 1, day 8 on row 2, etc. it won't move. I'm not up for a varied start. There are lots of Templates for calendars.
    Last edited by TMS; 03-09-2024 at 04:05 AM.

  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
    81,247

    Re: Convert a vertical calendar table to a "normal" layout by month

    This might be closer to what you want.

    There are two named cells in the formulae:

    Day numbers: =LET(d,DATE(YearToDisplay,MONTH(DATEVALUE(MonthToDisplay&" 1")),1),IF(WEEKDAY(d,1)>=WEEKDAY(B3,1),SEQUENCE(1,7,d-IF(d=B3,0,CHOOSE(WEEKDAY(B3,1),6,5,4,3,2,1,0))),SEQUENCE(1,7,d-IF(d=B3,0,CHOOSE(WEEKDAY(B3,1),6,5,4,3,2,1,0))-1)))

    Diary entries: =LET(e,FILTER(FILTER(Calendar2[[ January]:[December]],Calendar2[[#Headers],[ January]:[December]]=MonthToDisplay),Calendar2[Date]=B4),IFERROR(IF(e=0,"",e),""))
    Attached Files Attached Files

+ 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] Convert a vertical list of cells into text in one cell separated by "," (coma)
    By nighttrain in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-26-2021, 03:04 AM
  2. [SOLVED] How to clear filters from "table" not normal worksheet
    By welchs101 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-11-2020, 08:20 AM
  3. [SOLVED] Excel 2007: How to Convert "5/2/2013" to "May" then subtract a Month so it's "Apr"
    By Golom in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-19-2013, 02:00 AM
  4. [SOLVED] RE: Function or formula to convert "text" month to number of month?
    By Kevin Vaughn in forum Excel General
    Replies: 0
    Last Post: 02-04-2006, 12:50 PM
  5. Replies: 1
    Last Post: 02-04-2006, 12:19 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