About 1,265,464 results (4,223 milliseconds)

Using REGEXEXTRACT to extract all text after specific words up to a ...

https://support.google.com/docs/thread/80832658/using-regexextract-to-extract-all-text-after-specific-words-up-to-a-specific-symbol?hl=en
Nov 3, 2020 ... I have several cells with text and tags in them. How can I extract all text after a specific word up to a specific symbol.

Extract text from string after 2nd comma - Google Docs Editors ...

https://support.google.com/docs/thread/98354641/extract-text-from-string-after-2nd-comma?hl=en
Feb 16, 2021 ... Currently doing this by using MID etc, but because vars change the number of characters ( 1-15mm vs 25-350mm etc) this isnt ideal. Details.

Need help extracting the last part of a URL based on preceding ...

https://support.google.com/docs/thread/110511606/need-help-extracting-the-last-part-of-a-url-based-on-preceding-character-halfway-there?hl=en
May 19, 2021 ... ... character (halfway there!) I am using this formula to extract the string of numbers and letters that appear after the last "-" in a URL. = ...

String functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/string_functions
Otherwise, an error is produced. Return type. INT64. Examples. In the following example, the first character in both strings is different:.

Extracting data that are within parentheses in GSheets - Google ...

https://support.google.com/docs/thread/151886775/extracting-data-that-are-within-parentheses-in-gsheets?hl=en
Feb 22, 2022 ... ... text I want extracted. I have the following kinds of text, and in all cases, I want to extract the text within the parentheses. Examples ...

SPLIT function - Google Docs Editors Help

https://support.google.com/docs/answer/3094136?hl=en
Divides text around a specified character or string, and puts each fragment into a separate cell in the row. Examples Make a copy.

I would like to know how to delete letters from a column of cells ...

https://support.google.com/docs/thread/118001572/i-would-like-to-know-how-to-delete-letters-from-a-column-of-cells-without-moving-the-numbers?hl=en
Jul 21, 2021 ... Each day I will be pasting in new data in the rows below, if I use the split Data function to move the letters and numbers into different cell, ...

Split text, remove duplicates, or trim whitespace - Computer - Google ...

https://support.google.com/docs/answer/6325535?hl=en&co=GENIE.Platform%3DDesktop
To change which character Sheets uses to split the ... To fix how your columns spread out after you split your text, click the menu next to "Separator" ...

REGEXEXTRACT For Multiple Number Sets - Google Docs Editors ...

https://support.google.com/docs/thread/246349211/regexextract-for-multiple-number-sets?hl=en
Nov 30, 2023 ... I'm trying to create a regular expression that will extract numbers from a line of text. A example of the text would be "Every 12 Good Boy ABC12345W Does 54321 ...

Parsing Voters List : Glyph to Unicode issue

https://groups.google.com/g/datameet/c/0DY7pXA9Mfg
... excel that had Marathi content, in legacy font (similar to ShreeDev). It was two-step : first extract to excel, and then replace all the text after passing ...

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 ... ... character that is removed is the forward slash. For example, the following text appears in a cell. I want to remove everything except the ...

Extract 'n' words after 2nd word in cell - Google Docs Editors ...

https://support.google.com/docs/thread/64229418/extract-n-words-after-2nd-word-in-cell?hl=en
Aug 11, 2020 ... where the regular expression, \w+\s\w+\s(.*) , means: an alpha character, one or more times, followed by a space, followed by an alpha character ...

Use regexextract to extract all numbers in a string that follows a ...

https://support.google.com/docs/thread/57883084/use-regexextract-to-extract-all-numbers-in-a-string-that-follows-a-specific-word?hl=en
Jul 8, 2020 ... I would like to extract all the numbers following the word "FUND" into a single cell with a space in between so I can then parse each number into separate ...

Text expressions - AppSheet Help

https://support.google.com/appsheet/answer/10108184?hl=en
Use and produce textual valuesA textual value is a sequence of letters, numbers, punctuation, emoji, spaces, or other characters that is not recognized as ...

Formula to pull first word from text string in a column

https://groups.google.com/g/microsoft.public.excel.worksheet.functions/c/6mpla5aAVFU
Jan 8, 2009 ... a spreadsheet that has the following types of text (for example): ... That string does contain a space character and the space character that gets

regexextract formula does not work when there are special ...

https://support.google.com/docs/thread/129749524/regexextract-formula-does-not-work-when-there-are-special-characters-in-the-source-cell?hl=en
Oct 7, 2021 ... regexextract formula does not work when there are special characters in the source cell. In Cell "A1" in google sheets, I have the following ...

I figured out how to copy text in Google Messages after they've been ...

https://support.google.com/messages/thread/259130764/i-figured-out-how-to-copy-text-in-google-messages-after-they-ve-been-posted?hl=en
Feb 16, 2024 ... I figured out how to copy text in Google Messages after they've been posted. For a long time, I've been frustrated because I've wanted to copy ...

TRIM function - Google Docs Editors Help

https://support.google.com/docs/answer/3094140?hl=en
... after the text are significant. TRIM removes all spaces in a text string, leaving just a single space between words. Whitespace or non-breaking space will ...

Reversing text or digits from a cell - Google Docs Editors Community

https://support.google.com/docs/thread/35534817/reversing-text-or-digits-from-a-cell?hl=en
Mar 25, 2020 ... ... (regexextract(A2&"",rept("(.)" , len(A2)))) , sequence(len(A2))} ... The formula for text/numbers is below. I've laid out the three steps ...

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 ... I can copy a string of characters from a PDF and paste them in a cell in my google sheet, but it randomly inserts spaces between the ...