One way would be using Conditional formatting
If you plan to always enter your reference date in D59 try the following :
Select the range containing tour dates to check (say D1

50) - go to Conditional Formatting - Use a formula
As formula enter
Code:
=COUNTIF($D1:$D50, D59)
and choose the format you want when the condition is true The formatting of the duplicate will then change in your range
If the dates in range D1

50 are not true dates, let us know so w can help further
There are also other possibilities