Calendar on Excel

Copper Contributor

I'm trying to create a master event calendar in Excel. I have it at the point where it can pull up to 4 rows of events per month using the default formula: 

=IFERROR(INDEX(tblEvents,SMALL(IF(Dates=L$6,ROW(Dates)),ROW(1:1))-TableRowStart,4),"")

 

I now need to add a way to format this so that if the data column labeled Status says Cancelled, it changes the font or cell color to red.

It would be difficult for me to re-build this as I have over 2200 rows of data in here, with around 16 columns. 

 

Sample Calendar - I want Coachella to show a different color since it was a cancelled event. 

sample calendar.jpg

 

Sample Data tab data.jpg

2 Replies

@ktolani From what you describe, it could be easiest to edit the event name and add "CANCELLED" (or whatever code you want to use) to it. Then, on the calendar sheet you could use conditional formatting to turn all cells containing the word "CANCELLED" red.

@Riny_van_Eekelen that wouldn't work because we need the calendar to have a clean look and adding even C in front of it makes it a little messier