从单元格字符串中删除HTML标签:excel Formula [英] remove HTML tags from cell strings : excel Formula

查看:961
本文介绍了从单元格字符串中删除HTML标签:excel Formula的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 < b>这是测试数据< br> ;尼斯
< div>继续下一步Cell
非常goood< b> .....< / b>

SO,基本上我想删除或替换所有html标签与Excel中的空格。

解决方案

应用将全部替换为 *> pattern:





要打开此功能,请转到功能区 Home>查找&选择>更换... 或者只需按 CTRL + H



使用 TRIM 函数进一步删除。祝你好运!


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.

解决方案

Apply Replace All with <*> pattern:

To open this go to Ribbon Home > Find & Select > Replace... or simply press CTRL+H.

Extra spaces may be further removed using TRIM function. Good luck!

这篇关于从单元格字符串中删除HTML标签:excel Formula的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆