+ Reply to Thread
Results 1 to 9 of 9

Kind of Urgent - Trying to make static schedule populate time ranges based on day of week

  1. #1
    Registered User
    Join Date
    02-25-2014
    Location
    Columbus, OH
    MS-Off Ver
    Excel 2007
    Posts
    5

    Talking Kind of Urgent - Trying to make static schedule populate time ranges based on day of week

    Hi there,

    I'm hoping you guys might be able to help. I'm trying to make a visual schedule based on a set weekly schedule that doesn't change (Monday through Saturday). I want to be able to send it out to my peers so they can visually see their direct reports' work schedules (as they vary throughout the day, but stay the same each week). Rather than have to manually fill in these ranges, I'm hoping there is a way to simply input the start time and end time on the second sheet, and have the ranges filled in on the first. Attached is a worksheet I found online, but it's based on the date, rather than the day of the week.

    If you get a free moment, I would be tremendously grateful!
    Attached Files Attached Files

  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,933

    Re: Kind of Urgent - Trying to make static schedule populate time ranges based on day of w

    And what would you want it to look like? Can you manually create a few samples for us please?
    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
    02-25-2014
    Location
    Columbus, OH
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Kind of Urgent - Trying to make static schedule populate time ranges based on day of w

    Hi Ford,

    Thank you for your reply. If possible, something like this:


    Output sheet (visual schedule with populated ranges from other sheet).JPGInput Sheet (start and end times).JPG

    I would have up to 15 representatives, along with the other teams (but put just 3 for simplicity's sake), and it would be awesome if the ranges would populate based on the start and end times, and they would be conditionally formatted, without the name of the representative in each cell of his/her row (if possible?).

    Sincerely,
    MD

  4. #4
    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,933

    Re: Kind of Urgent - Trying to make static schedule populate time ranges based on day of w

    Your file in post 1 is a bit different to the pic in post 3?

    If I understand you, you want to partically transpose your table (times across the top), the use Conditional Formatting to show who works when?

    Seeing as you already have all that data in teh WB, could you upload the updated version please?

  5. #5
    Registered User
    Join Date
    02-25-2014
    Location
    Columbus, OH
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Kind of Urgent - Trying to make static schedule populate time ranges based on day of w

    FDibbins,

    Here is the sheet with what I was working off of (Schedule/Weekly Schedule tabs) and what I'm hoping for it to be, if possible (sheet 1 & 2). Based on the start/end times in sheet 2, sheet 1 would automatically populate the cells in those ranges, based on the day of the week and name. Sorry for the confusion!

    -MD
    Attached Files Attached Files

  6. #6
    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,933

    Re: Kind of Urgent - Trying to make static schedule populate time ranges based on day of w

    Will the list from sheet2 always match the list on sheet1?

  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,933

    Re: Kind of Urgent - Trying to make static schedule populate time ranges based on day of w

    Looking at the table on sheet2, those are not real times, they are text trhat looks like a time. To fix this, highlight the range of "times", the press CTRL H (Find/Replace), Find "AM" replace with " AM" replace ALL, repeat with PM. Leave out the "". You should now hqve a table of times - you should see that that the went from left-aligned (default text alignment) to right-aligned

    If I understand what you want, correctly, remove all CF and other formats and contents from the table on sheet1, you should be left with a blank table.
    Your profile indicates 2007. CF cannot refgerence other sheets on 2007, so copy (or reference) the table from sheet2 onto sheet1 - I put it in U2

    1. highlight the range you want to apply the conditional formatting to (C3:P20 in your sample)
    2. on the home tab, styles, select CF
    3. select new rule, select use formula
    4. enter =AND(C$2>=$W3,C$2<=$X3) Format fill as needed

    Hopfully I understood what you wanted

  8. #8
    Registered User
    Join Date
    02-25-2014
    Location
    Columbus, OH
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Kind of Urgent - Trying to make static schedule populate time ranges based on day of w

    Hi FDibbins,

    I actually have 2013. I'm not sure I fully understand what you're saying in your reply. Would you be able to take my document, and at least start it--so then I can copy down and over? I understand what you're saying about time, but I'm not sure how to get the ranges on sheet 1 to reflect the start/end times (and in between) on sheet 2.

  9. #9
    Registered User
    Join Date
    02-25-2014
    Location
    Columbus, OH
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Kind of Urgent - Trying to make static schedule populate time ranges based on day of w

    Basically, I'm hoping to take the current sheets(Weekly Schedule/Schedule) and make them look like sheet 1 & 2, but by using the formulas already in place. However, the formulas populate the cell ranges based on the date. I simply want to change them to populate ranges in Weekly Schedule sheet from the start/end times listed in Schedule sheet, based on day of the week.

    Would you be able to change formulas in Weekly Schedule so that they simply refer to day of week, instead of date (the schedule would stay the same week to week?

    I appreciate your time. I'm not as proficient at Excel as I'd like to be.

    Sincerely,
    MD

+ 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. Need to Create Schedule Using Time Over a Week, Not Shift
    By jcarruth in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-29-2013, 01:41 PM
  2. Replies: 7
    Last Post: 12-01-2012, 01:09 PM
  3. Replies: 4
    Last Post: 10-18-2012, 06:07 AM
  4. Populate static dates based off entry of another cell
    By gopherc4 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 12-20-2007, 02:27 PM
  5. How do I set up a tennis schedule.same time, same day diff week?
    By sgiovinc in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 04-03-2006, 02:15 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