Forum Discussion
ScottF1870
Aug 07, 2024Copper Contributor
Having partial text in a cell change to bold.
I'm trying to have Excel bold the text after "MM " in a cell. I would like to have it do this for the entire range. Right now I'm doing it manually. Here is an image of my worksheet. Any help ...
peiyezhu
Aug 08, 2024Bronze Contributor
online sql:
select regreplace('(?<=MM).*','<b>\0</b>',f01),* from Sheet2;
https://e.anyoupin.cn/EData/?s=1321