Description: I need to change a column of formulas but find& replace cannot do it formula is =if(f5.... to w5, w6, w7, etc If I find "f", it becomes =iw(w5... Steps to Reproduce: 1. create incorrect formula =IF(F5=0,0,Y5/F5) 2. copy to multiple cells 3. am using wrong reference, wish to change col F to col W 4. can find /F but not (F 5. gives search string not found error Actual Results: as described Expected Results: need a way to be able to include ( in a search string Reproducible: Always User Profile Reset: No Additional Info: [Information automatically included from LibreOffice] Locale: en-US Module: SpreadsheetDocument [Information guessed from browser] OS: Linux (All) OS is 64bit: yes Version: 6.2.0.0.alpha0+ Build ID: 288878045e54651ffe96e5faa879ab3bbabf9510 CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk2; TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2018-06-05_01:47:11 Locale: en-GB (en_ZA.UTF-8); Calc: group threaded User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
Created attachment 142608 [details] find replace ( problem Note: the example doc has the situation where the f in col X has already been replaced by w in the division expression
I never use find and replace on formulae. 1 select exp. X21 to X31 2 go to cell X21 make your change; F to W 3 press alt+enter and all the selected cell will change the wrong formula in to the right formula regards
Created attachment 142622 [details] Screenshot with find&replace options that works Maybe I'm wrong, but seems you have regular expressions enable in the options. Attached screenshoot shows the options to have it working.
'(' it's part of regular expressions, if you need to search/replace it, there is needed escape the character using instead '\('.
So, to conclude the matter: In Find & Replace my error was that I did not untick "regular expressions". An alternative is to select an area, type the formula (in this case, correct the formula), then ALT+ENTER. Tried both, and they worked! That is great. I did not know that, nor did I find it in the Help. How does one improve the help? Maybe there should be a section that highlights these two techniques?
https://www.libreoffice.org/community/get-involved/#docs