Forum Discussion
ryanpearce97
Apr 12, 2023Copper Contributor
Highlight exam sessions that clash
I'm an Exams Manager at a college, and I need to find a way of identifying exams that clash with each other on Excel. i.e. - Joe Bloggs has Biology and French at 0900 on 08/05/2023, it highlights the...
HansVogelaar
Apr 12, 2023MVP
Select rows 2 to 100, or as far down as the data go.
The active cell in the selection should be in row 2.
On the Home tab of the ribbon, click Conditional Formatting > New Rule...
Select 'Use a formula to determine which cells to format'.
Enter the formula
=COUNTIFS($A$2:$A$1000, $A2, $T$2:$T$1000, $T2, $U$2:$U$1000, "<="&$V2, $V$2:$V$1000, ">="&$U2)>1
Click Format...
Activate the Fill tab.
Select a highlight color, for example red.
Click OK, then click OK again.
Conflicting rows will be highlighted