I have a Data with HTML tags in excel sheet like below:
<b>This is test data<br>Nice
<div> Go on this is next Cell
Very goood <b>.....</b>
SO, Basically I want to delete or replace all html tags with space in excel sheet.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apply
Replace Allwith<*>pattern:To open this go to Ribbon
Home > Find & Select > Replace...or simply press CTRL+H.Extra spaces may be further removed using
TRIMfunction. Good luck!