+ Reply to Thread
Results 1 to 4 of 4

How to Highlight Calendar Day (whole column) with Date from another Sheet?

  1. #1
    Registered User
    Join Date
    04-05-2019
    Location
    Zurich, Switzerland
    MS-Off Ver
    MS Office 2019
    Posts
    6

    How to Highlight Calendar Day (whole column) with Date from another Sheet?

    Hello,

    So i'm building an automated Calendar and i came across a problem. This is the setting:

    Worksheet "Dates" where you type in the Dates that are going to be highlighted in the Calendar when its created. One Place to type in a Date would be G10 in "Events".
    events.PNG

    And of course the Worksheet "Calendar".
    The Calendar itself is just a horizontal list of all Workdays in a year starting at E3 ending at JN3

    I thought i could solve this with conditional formatting, but i have to idea where to start... The idea is that the whole column lets say for the Date 11.11.2019 is highlighted. A Column goes from Row 4 to 25

    COLUMN2.PNG

    I'm thankful for any piece of advice

    Joel Moor
    Last edited by joelmoor; 04-05-2019 at 10:41 AM.

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

    Re: How to Highlight Calendar Day (whole column) with Date from another Sheet?

    Select all the cells that you want this to apply to (i.e. E4:JN25), then click on Conditional Formatting | New Rule | Use a formula... , then put this formula in the pop-up dialogue box:

    =E$3=TODAY()

    Click on the Format button | Fill tab and choose your colour. Then click OK twice to exit the dialogue box, and Excel will automatically adjust that cell reference to suit the other columns.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    04-05-2019
    Location
    Zurich, Switzerland
    MS-Off Ver
    MS Office 2019
    Posts
    6

    Re: How to Highlight Calendar Day (whole column) with Date from another Sheet?

    Thank you for the answer!

    But how can i reference now the date on the other sheet, so it highlights the given date? With this formula it highlights today.

    Joel Moor

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

    Re: How to Highlight Calendar Day (whole column) with Date from another Sheet?

    I thought that was what you wanted. If you have a cell in another sheet in which you can change the date and want to use that to highlight the appropriate column, then give that cell a name using Name Manager (e.g. Chosen_date ), and then amend the CF formula by selecting cell E4 in the calendar sheet and clicking on Conditional Formatting | Manage Rules then select that rule and click on Edit Rule, and change the formula to this:

    =E$3=Chosen_date

    Click OK twice to exit. With CF you can't refer explicitly to ranges in other sheets, which is why you need to use a named range.

    Hope this helps.

    Pete

+ 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] Conditional Formatting: Highlight Occurrences between specified date range on a calendar
    By BayouRotor in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-06-2018, 03:08 PM
  2. [SOLVED] Userform Calendar highlight todays Date
    By gsandy in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-01-2018, 08:12 PM
  3. Highlight cells in calendar based on date ranges in another table
    By ejla in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 08-20-2017, 02:13 PM
  4. [SOLVED] Date Highlight on calendar
    By BullseyeThor in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-21-2012, 11:28 AM
  5. Replies: 0
    Last Post: 07-03-2012, 03:52 PM
  6. VB Calendar Macro to highlight current date
    By jlcford in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 10-10-2008, 02:00 PM
  7. [SOLVED] calendar highlight current date
    By Meg in forum Excel General
    Replies: 2
    Last Post: 04-05-2006, 12:10 PM

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