I have an excel file where it has text <br><br> in many rows, I want to find and replace that text, But I couldn't even find this text, Maybe there is some kind of hidden line break between these two <br>, Because if I copy paste this text in text editor it automatically show line break
After 2 hours of googling, I still can't find any solution, I have tried this solution How to search for newline or linebreak characters in Excel? But didn't work for me. Any idea?

and type that in manually, will it find your
's How about searching for < or >? Alternatively, considered to export everything to .csv and use a program such as notepad++ to do the replacing there, then save and load it back into excel? – LPChip Aug 13 '17 at 20:52
` and there are too many HTML tags so i can't rely on < or >, I have to find `
` only. But your CSV idea seems good, I am gonna try that, Thanks :) – beginner Aug 13 '17 at 20:57
_x000D_
` I don't know what it is but now I can replace this text. https://docs.google.com is best:) – beginner Aug 13 '17 at 22:16