Hi, here is one option you can try:
<b>Excel 2013/2016</b><table cellpadding="2.5px" rules="all" style=";background-color: rgb(255,255,255);border: 1px solid;border-collapse: collapse; border-color: rgb(187,187,187)"><colgroup><col width="25px" style="background-color: rgb(218,231,245)" /><col /><col /><col /><col /></colgroup><thead><tr style=" background-color: rgb(218,231,245);text-align: center;color: rgb(22,17,32)"><th></th><th>A</th><th>B</th><th>C</th><th>D</th></tr></thead><tbody><tr ><td style="color: rgb(22,17,32);text-align: center;">1</td><td style=";">John@John.com</td><td style=";">No</td><td style=";">Cast@cast.com</td><td style="background-color: #FFFF00;;">No</td></tr><tr ><td style="color: rgb(22,17,32);text-align: center;">2</td><td style=";">michael@michael.com</td><td style=";">No</td><td style=";">Rum@rum.com</td><td style=";">No</td></tr><tr ><td style="color: rgb(22,17,32);text-align: center;">3</td><td style=";">R@R.com</td><td style=";">Yes</td><td style=";">W@w.com</td><td style=";">No</td></tr><tr ><td style="color: rgb(22,17,32);text-align: center;">4</td><td style=";">W@W.com</td><td style=";">No</td><td style=";">F@F.com</td><td style=";">Yes</td></tr></tbody></table><p style="width:3.6em;font-weight:bold;margin:0;padding:0.2em 0.6em 0.2em 0.5em;border: 1px solid rgb(187,187,187);border-top:none;text-align: center;background-color: rgb(218,231,245);color: rgb(22,17,32)">Sheet1</p><br /><br /><table width="85%" cellpadding="2.5px" rules="all" style=";border: 2px solid black;border-collapse:collapse;padding: 0.4em;background-color: rgb(255,255,255)" ><tr><td style="padding:6px" ><b>Worksheet Formulas</b><table cellpadding="2.5px" width="100%" rules="all" style="border: 1px solid;text-align:center;background-color: rgb(255,255,255);border-collapse: collapse; border-color: rgb(187,187,187)"><thead><tr style=" background-color: rgb(218,231,245);color: rgb(22,17,32)"><th width="10px">Cell</th><th style="text-align:left;padding-left:5px;">Formula</th></tr></thead><tbody><tr><th width="10px" style=" background-color: rgb(218,231,245);color: rgb(22,17,32)">D1</th><td style="text-align:left">=IF(<font color="Blue">AND(<font color="Red">B1="No",ISNUMBER(<font color="Green">MATCH(<font color="Purple">A1,C:C,0</font>)</font>)</font>),"Yes","No"</font>)</td></tr></tbody></table></td></tr></table><br />