+ Reply to Thread
Results 1 to 4 of 4

Highlighting countrywise Holidays in a calendar

  1. #1
    Forum Contributor
    Join Date
    10-16-2010
    Location
    bangalore
    MS-Off Ver
    Excel 2019
    Posts
    288

    Highlighting countrywise Holidays in a calendar

    Hi,

    Here in my sheet, i need to highlight the countrywise holiday details based on the holiday list table by using conditional formating.

    I can do this based on country specific for each line item, but countries names are not in order every month. Hence, please help in building the fomuala in such a way that it should highlight if country comes anywhere in the cell in Column A.

    Thanks.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,908

    Re: Highlighting countrywise Holidays in a calendar

    The formula for CF:

    =COUNTIF(INDEX($B$14:$G$16,MATCH($A4,$A$14:$A$16,0),0),B$3)
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,781

    Re: Highlighting countrywise Holidays in a calendar

    =OR(B$3=MINIFS($B$14:$B$16,$A$14:$A$16,$A4),B$3=MAXIFS($C$14:$C$16,$A$14:$A$16,$A4))


    applies to=$B$4:$AF$11
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    10-16-2010
    Location
    bangalore
    MS-Off Ver
    Excel 2019
    Posts
    288

    Re: Highlighting countrywise Holidays in a calendar

    Thanks a lot...

+ 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] Holidays in Cell Next to Day on Calendar
    By BobBrown60 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-02-2021, 08:37 AM
  2. [SOLVED] Reserve Calendar Days Row for Holidays Only
    By ynab in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-16-2020, 03:09 PM
  3. How to put Holidays on successive lines in a calendar
    By Vickie4044 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-26-2019, 12:30 PM
  4. [SOLVED] VBA Calendar Help-Holidays
    By Ajhimm in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-30-2017, 11:21 AM
  5. Auto Populate Holidays in a Calendar
    By popeye000 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-02-2016, 03:39 PM
  6. Replies: 4
    Last Post: 04-16-2014, 04:17 AM
  7. [SOLVED] highlighting holidays ?
    By Lukael in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-29-2014, 07:16 AM

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