This is about LO Calc v4.2.7.2 in German on Linux Mint 17 with Xfce, German.
I don’t know if the title explains it very well, I’ll give an example.
In a large Calc worksheet, I do a search for all the cells that contain the word “Hannover”. All these cells may or may not contain other words as well. However, I want to perform a replacement operation on all these cells that result in them containing only the word “Niedersachsen”.
What find/replace would normally do is to replace all instances of the word Hannover with Niedersachsen and leave other words in the same place untouched.
But what I’d like to do is find an automatted way to replace everything in cells that contain the keyword, as opposed to replacing just the keyword itself. In other words: “Dear Calc, if you find this keyword in any cell, overwrite all its contents with this other keyword”.
Is there any way to do this through a regular expression maybe?