+ Reply to Thread
Results 1 to 2 of 2

Filter Hong Kong Holidays

  1. #1
    Registered User
    Join Date
    07-19-2011
    Location
    Boston, USA
    MS-Off Ver
    Excel 2010
    Posts
    23

    Unhappy Filter Hong Kong Holidays

    Looking for a quick way to filter Hong Kong Holidays from a large data set with values every day listed with date and weekday in columns a and b.

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

    Re: Filter Hong Kong Holidays

    Perhaps use column C to see if the date appears in your holiday list, and then apply the filter to that column. Assume your list of holiday dates is in column H, then a formula like this in C2:

    =ISNUMBER(MATCH(A2,H:H,0))

    will return TRUE or FALSE when copied down.

    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)

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