+ Reply to Thread
Results 1 to 3 of 3

Calendar formulas and conditional formatting

Hybrid View

  1. #1
    Forum Expert
    Join Date
    10-19-2021
    Location
    Brazil
    MS-Off Ver
    Office 365 V2401 w/ Win10 Home 64 Bit
    Posts
    2,014

    Re: Calendar formulas and conditional formatting

    If you are using SEQUENCE() function in your workbook it means that at least you are using Excel 2021, please update your profile for us to give you the best solution.

    My solution for you has been applied to every last line of your days calendar (Rows 24).
    Formula: copy to clipboard
    =LET(ld,Year!B14,IF(MONTH(ld)=MONTH(B12),SEQUENCE(,EOMONTH(ld,0)-ld+1,ld)," "))

    Rows 25
    Formula: copy to clipboard
    =IFERROR(IF(B24=" ","",FILTER(TBlack[[Decription]:[Decription]],TBlack[[Black out dates]:[Black out dates]]=B24)),"")

    Rows 26
    Formula: copy to clipboard
    =IFERROR(FILTER(TBirthday[[Date]:[Date]],TBirthday[[Birthday this Year]:[Birthday this Year]]=B24),"")

    And as you can see I transformed your tables into named tables, this means your formulas are easier to read and you don't need to adjust to the increase of new data.
    Attached Files Attached Files
    Last edited by DJunqueira; 03-15-2024 at 01:56 PM.

+ 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 for a calendar
    By JoelleM92 in forum Excel General
    Replies: 3
    Last Post: 11-14-2022, 09:28 PM
  2. Help on conditional formatting for calendar
    By hpernaf in forum Excel General
    Replies: 4
    Last Post: 06-16-2021, 05:37 PM
  3. Conditional formatting in a calendar
    By Geeza63 in forum Excel General
    Replies: 2
    Last Post: 06-19-2019, 01:44 AM
  4. Replies: 2
    Last Post: 10-03-2016, 08:35 AM
  5. How to do Conditional Formatting in a Calendar
    By BADebbie in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-03-2016, 02:28 PM
  6. Conditional Formatting for Calendar
    By Peke in forum Excel General
    Replies: 2
    Last Post: 02-14-2010, 01:17 PM
  7. Help with conditional formatting:get this calendar
    By ellisbobby in forum Excel General
    Replies: 8
    Last Post: 08-06-2009, 01:50 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