About 1,764,040 results (5,722 milliseconds)

Is it possible to bold all instances of a specific word on docs ...

https://support.google.com/docs/thread/16707991/is-it-possible-to-bold-all-instances-of-a-specific-word-on-docs?hl=en
Oct 13, 2019 ... I'm writing a story with an online setting, and I'd like to be able to bold all the characters' usernames whenever it switches to "chat" format.

SUBSTITUTE - Google Docs Editors Help

https://support.google.com/docs/answer/3094215?hl=en
occurrence_number - [ OPTIONAL ] - The instance of search_for within text_to_search to replace with replace_with . By default, all occurrences of search_for are ...

Find and Replace - finds the string but when I want it replaced it says ...

https://support.google.com/docs/thread/39815474/find-and-replace-finds-the-string-but-when-i-want-it-replaced-it-says-that-it-can-t-find-the-strin?hl=en
Apr 13, 2020 ... I am trying to delete all occurrences of corporation designations like "INC" and "LLC" in a column of cells that contain company names.

Search and use find and replace - Computer - Google Docs Editors ...

https://support.google.com/docs/answer/62754?hl=en&co=GENIE.Platform%3DDesktop
To replace the word every time it's used, click Replace all. Find and replace items using regular expressions. You can find and replace strings of text, ...

Extracting multiple occurrences from a single cell - RegexReplace ...

https://support.google.com/docs/thread/67377264/extracting-multiple-occurrences-from-a-single-cell-regexreplace-substitute-find-replace?hl=en
Aug 27, 2020 ... I tried Substitute, RegexReplace and FInd and Replace from the edit tab. Google Sheets documentation being what it is, I don't know which one works best.

Google Sheets search / find & replace not functioning properly ...

https://support.google.com/docs/thread/10616419/google-sheets-search-find-replace-not-functioning-properly?hl=en
Jul 25, 2019 ... Hi all,. The google sheets search / find & replace doesn't seem to work properly - it misses out strings that I know are there.

Search and use find and replace - Android - Google Docs Editors Help

https://support.google.com/docs/answer/62754?hl=en&co=GENIE.Platform%3DAndroid
Then type the replacement and tap Replace all. To return to the document, tap Done Done . Use find and replace in a spreadsheet. On your Android phone or ...

How do you change the text color using Find and Replace? - Google ...

https://support.google.com/docs/thread/146549265/how-do-you-change-the-text-color-using-find-and-replace?hl=en
Jan 19, 2022 ... Docs,Personal use,Microsoft Windows ... Is it possible to do this, but instead of specific text/word, change every text/symbol from one color to ...

Replacing empty cells via Find and Replace not working - Google ...

https://support.google.com/docs/thread/217248400/replacing-empty-cells-via-find-and-replace-not-working?hl=en
May 23, 2023 ... It looks like the Edit > Find and replace feature in Google Sheets can locate zero-length text strings "" but cannot locate truly blank cells.

Use find and replace to remove text as a macro - Google Docs ...

https://support.google.com/docs/thread/100283496/use-find-and-replace-to-remove-text-as-a-macro?hl=en
Mar 1, 2021 ... * @param {String} replaceText The text string that replaces searchFor. * @return {Number} The number of text strings replaced. */ function ...

Trying to count multiple occurrences of a list of word inside a single ...

https://support.google.com/docs/thread/107603040/trying-to-count-multiple-occurrences-of-a-list-of-word-inside-a-single-cell?hl=en
Apr 26, 2021 ... This solution works as well and counts duplicate values correctly but it also counts strings INSIDE a string. I am trying to use a space and ...

Force Apostrophes Instead of Foot Mark

https://groups.google.com/g/xmpie-users/c/lf-V71cQFzg
Feb 7, 2013 ... ... replace on only those strings. The problem is ... So I do a find and replace in Excel to replace the keyboard apostrophe with the unicode.

How do I replace Multiple Strings in one cell with Regexreplace ...

https://support.google.com/docs/thread/105476322/how-do-i-replace-multiple-strings-in-one-cell-with-regexreplace?hl=en
Apr 8, 2021 ... The REGEXREPLACE() function can only replace one match at a time. If the same match appears multiple times in the same cell it will change all the matches.

How to use find+replace to replace newline (\n) with soft linebreak or ...

https://support.google.com/docs/thread/9648924/how-to-use-find-replace-to-replace-newline-n-with-soft-linebreak-or-vertical-tab-v?hl=en
Jul 10, 2019 ... I am able to use find+replace to find every (\n) with no problem. ... I cannot get the replace function to accept the special character as a ...

How do I remove random strings of text from Google Sheet cells ...

https://support.google.com/docs/thread/21249935/how-do-i-remove-random-strings-of-text-from-google-sheet-cells?hl=en
Nov 26, 2019 ... THIS IN THE CELL: · B123456 · How can I create a formula or use Find and Replace to automatically strip out everything before the "/"? I have ...

Alternative to using multiple nested SUBSTITUTE - Google Docs ...

https://support.google.com/docs/thread/162805656/alternative-to-using-multiple-nested-substitute?hl=en
May 8, 2022 ... A3:A and SUBS!B3:B contain all the text strings you want to search for and replace with. To learn scripting, go to the Beginner's ...

How to remove unwanted spaces - Google Docs Editors Community

https://support.google.com/docs/thread/188915830/how-to-remove-unwanted-spaces?hl=en
Nov 16, 2022 ... ... ALL spaces between the characters as needed. I will be copying multiple strings, up to 50 characters, for hundreds of students. The goal is ...

How do I delete lower case entries in a column - Google Docs ...

https://support.google.com/docs/thread/10501077/how-do-i-delete-lower-case-entries-in-a-column?hl=en
Jul 23, 2019 ... The regex (^[a-z]{2}) looks for two letters, in lower case: If you press the button "Replace all", then all of those instances will be replaced ...

Advanced filtering and formatting formula based on text strings ...

https://support.google.com/docs/thread/266390395/advanced-filtering-and-formatting-formula-based-on-text-strings
Mar 28, 2024 ... * instead of non-standard wildcards like 〜. Replace all occurrences of 〜 with .* and apply this formula: =let( keys, tocol(B5:D9, 1), data ...