+ Reply to Thread
Results 1 to 2 of 2

Scheduling Question

  1. #1
    Registered User
    Join Date
    02-25-2013
    Location
    St. Louis, MO
    MS-Off Ver
    Excel 2003
    Posts
    1

    Scheduling Question

    Hi,

    I am very new to Excel, but am trying to do a very simple task. I am making a spreadsheet that we (our work group) can input our schedule into and then it can be imported into Outlook so it will appear on our calendars. I have had success uploading the schedule and populating our calendars, but I wanted to make the inputting of the data easier.

    Here's what I am trying to figure out how to do:

    In Column B, there are about 25 text fields that we could enter for where we might be.

    I want to format columns D and F such that if a certain text field is entered in column B, a start time will be entered in D and an end time in F.

    For example, if B says Chest Reading Room, I want D to say 7 am and F to say 5 pm. If B says Emergency Room, I want D to say 6 am and F to say 12 pm, etc., for each of the job assignments we could have.

    Is there a way to do this?

    Thanks!
    Last edited by costaraptis; 02-25-2013 at 10:36 PM.

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,893

    Re: Scheduling Question

    First, for your 25 different jobs, I would use data validation and a combo box to ensure that you don't end up with typos.

    Look here for creating this: http://office.microsoft.com/en-us/ex...001087228.aspx

    In Excel 2003, you are limited to nesting 7 if statements which could be used to input the times, but with 25 different options, you will probably have to use VBA and Select Case statements.

    http://www.techonthenet.com/excel/fo.../if_nested.php

    http://www.techonthenet.com/excel/macros/if_custom.php

    Edit: Just had a thought, you could build a table for each of the 25 different tasks and the start time and the end time. Then use the vlookup to populate your calendar.

    http://www.techonthenet.com/excel/formulas/vlookup.php
    Last edited by alansidman; 02-25-2013 at 11:35 PM.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

+ 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