Finding special character in Excel cell Posted by admin | Apr 17, 2015 | Excel, Programming Notes | 0 | To find special character in excel cell and place a remark if found, you may use the formula below: =IF(ISNUMBER(FIND({“!”,”@”,”’”,””””,”]”,”[“,”}”,”{“,”|”,”&”,”$”,”#”,”^”,”~”,”%”,”®”,”,”,”’”},F12)),”Found”,”None”)