in the excel, I have data like
Series_post
Series_get
I want to find and replace it to
<Series_post>
<Series_get>
I tried
find: Series*
replace: <Series*>
But it doesn't really work. It can find the cells, but replace them with <Series*>
all the time.
Best Answer
That type of replace is not a standard functionality in Excel but is do able using VBA: