+ Reply to Thread
Results 1 to 3 of 3

Holiday Planner stopping clashes of holiday?

  1. #1
    Registered User
    Join Date
    08-08-2018
    Location
    London
    MS-Off Ver
    365
    Posts
    1

    Holiday Planner stopping clashes of holiday?

    im trying to create a holiday planner for the year where I can have separate departments on it - if an individual in a department has a holiday booked then his/her colleagues cannot take the same date - I thought conditional formatting but I cannot figure a method out.

    Can anyone help steer me to a solution?

  2. #2
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,957

    Re: Holiday Planner stopping clashes of holiday?

    Create an Excel Table with Employee Name and Holiday Date.

    Then when another employee puts in for a date use =ISNA(Match(Asking Date, TableName[Date],0)) - this formula evaluates to TRUE if the date is available.
    One spreadsheet to rule them all. One spreadsheet to find them. One spreadsheet to bring them all and at corporate, bind them.

    A picture is worth a thousand words, but a sample spreadsheet is more likely to be worked on.

  3. #3
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,957

    Re: Holiday Planner stopping clashes of holiday?

    I can do better.

    Here is a spreadsheet that should do what you want.

    First, go to the Lookups Sheet and fill in the employee names in the table in Column A. The other tables on this sheet are used by the program. Don't do anything with them, yet.

    On the Scheduler Sheet, Cell B2 has a drop-down list of the employee names that you set up in table on the Lookups sheet.

    Enter the start date and end date for the proposed holiday in cells B3 an B4. Cell B3 has data validation on it that allows entries of dates between today and a year from today. Cell B4 has data validation on it that allows entries from the date entered in cell B3 to a year from today. These validations should keep you from attempting to book a holiday in the past or one that ends before it starts.

    Click on the Book Holiday Button. This will give you a list of dates from the start date to the end date and whether the day is available.

    If any of the proposed dates has a conflict, you will not be able to book the proposed holiday. You can go back and adjust the dates if you want.

    If all of the proposed dates are available, you will have a choice to continue the booking or quit. The quit option will let you "test" the available dates. For example you could enter a two-week range to see what dates are available and quit rather than to commit to these dates.

    If there is a conflict you can use the pivot table and slicers on the Scheduler Sheet to identify who is currently booked for dates.

    Feel free to play with the application and make suggestions for what else you may want to see or bugs you notice.

    When you are ready to "go live" with the application, go to the lookup sheet. Select Cell D2 on down to the end of the data. Then RIGHT click and select Delete from the menu. Select Table Row. If you see Entire Row instead, you have a filter on the table, remove it. Once you clear the Green Table, you are good to go.
    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. working on a holiday planner based on various holiday anniversary dates
    By marktc19 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-23-2017, 09:26 AM
  2. [SOLVED] Holiday Planner vba
    By stielo in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 02-09-2016, 03:44 AM
  3. Holiday planner
    By andy16v in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-22-2015, 01:14 PM
  4. Using VBA in a holiday planner
    By AGrace in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-30-2011, 12:07 PM
  5. Holiday planner
    By jsmity in forum Excel General
    Replies: 2
    Last Post: 07-13-2010, 05:15 PM
  6. Using NETWORKDAYS to find holiday date clashes
    By Zyphon in forum Excel General
    Replies: 6
    Last Post: 02-01-2008, 04:31 PM
  7. Holiday Planner show holiday taken?
    By Mac5 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-23-2006, 01:23 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