A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
Suppose data is in range A2:A55. Select cell A2 and go to Home > Conditional formatting > New Rule > Use a formula to determine which cells to format. In the Formula bar there, enter this formula
=AND(COUNTIF($A$2:$A$55,$A2)>1,LEN($A2)>1)
Click on Format > Fill > Green > OK/Apply. Now copy cell A2, select from A3:A55 > Right click > Paste Special > Formats > OK
Hope this helps.