Hi,
I have a workbook with 3 worksheets - 1st worksheet shows a yearly calendar, 2nd worksheet shows a list of course schedule, i.e. course name, course duration, start and end date, 3rd worksheet shows Public Holiday of that year.
Help needed to set a rule using conditional formatting to color the cell of following Mon on the yearly calendar if Public Holiday falls on Sun?
Rule to color cell for Public Holiday:=COUNTIF('Public Holiday'!$B$2:$B$12,B$4)>0
Rule to color cell for Weekend:=COUNTIF('Public Holiday'!$B$2:$B$12,B$4)>0
Thanks...
I have a workbook with 3 worksheets - 1st worksheet shows a yearly calendar, 2nd worksheet shows a list of course schedule, i.e. course name, course duration, start and end date, 3rd worksheet shows Public Holiday of that year.
Help needed to set a rule using conditional formatting to color the cell of following Mon on the yearly calendar if Public Holiday falls on Sun?
Rule to color cell for Public Holiday:=COUNTIF('Public Holiday'!$B$2:$B$12,B$4)>0
Rule to color cell for Weekend:=COUNTIF('Public Holiday'!$B$2:$B$12,B$4)>0
Thanks...