+ Reply to Thread
Results 1 to 4 of 4

Highlighting specific days on a calendar based on work patterns

Hybrid View

  1. #1
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,837

    Re: Highlighting specific days on a calendar based on work patterns

    This proposal builds off Tim's.
    The formula used is:
    Formula: copy to clipboard
    =IF(OR($H11=0,WEEKDAY(I$8,2)>=6),"",IF(AND(VLOOKUP($H11,Configuration!$D$3:$L$22,4 +WEEKDAY(I$8,2),)="AW",B11<>"I"),"I",VLOOKUP($H11,Configuration!$D$3:$L$22,4 +WEEKDAY(I$8,2),)))

    There will need to be some manual entries using data validation:
    1. "AW" (alternate Wednesday) is selected for cells K12 and K18
    2. Since R12 is "A" R13 will need to be "I"
    3. Two conditional formatting rules have been added to hide "AW" and zeros
    4. "AW" is added to the data validation list
    Note that the formula and conditional formatting is applied to the range I11:AO30
    On the Configuration sheet
    1. Y's are changed to I's
    2. AW is placed in cells to signify those employees work alternating Wednesdays.
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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] Change your Calendar work days and the start of your week Excel 2010
    By jason.hampton in forum Excel General
    Replies: 4
    Last Post: 08-08-2015, 09:58 AM
  2. Distributing work across the calendar days based on effort taken per task
    By sriramdh in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-18-2014, 02:11 AM
  3. [SOLVED] How do I display work days only in a calendar format
    By john dalton in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-09-2014, 10:47 AM
  4. Replies: 2
    Last Post: 07-31-2013, 02:00 PM
  5. Highlighting work days declared by workers
    By Ranulor in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-14-2013, 09:05 AM
  6. Replies: 0
    Last Post: 01-14-2011, 01:05 PM
  7. Calculating based on calendar days
    By Pennypacker in forum Excel General
    Replies: 0
    Last Post: 02-19-2005, 04:28 AM

Tags for this Thread

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