About 1,935,893 results (2,270 milliseconds)

LEFT - Google Docs Editors Help

https://support.google.com/docs/answer/3094079?hl=en
SPLIT : Divides text around a specified character or string, and puts each fragment into a separate cell in the row. RIGHT : Returns a substring from the end of ...

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 ... I am using this formula to extract the string of numbers and letters that appear after the last "-" in a URL =TRIM(RIGHT(SUBSTITUTE(A3,"-",REPT(" ",255)),255))

How do I extract the last word/s from a cell? - Google Docs Editors ...

https://support.google.com/docs/thread/2267795/how-do-i-extract-the-last-word-s-from-a-cell?hl=en
Mar 11, 2019 ... Can I extract the last word or two from a cell? It would be any words after the last hyphen " - example. Details.

Extract Only Numbers Using Formulas in Excel | MrExcel Message ...

http://feedproxy.google.com/~r/mrexcel/YavB/~3/WL9F0eXyPNA/showthread.php
Aug 17, 2013 ... ... digits get to be too many. Try adding an 8 onto the end of that last example... the last two digits will change from 28 to 30 (and, of ...

Arrayformula for Splitting Names to Only Display First and Last ...

https://support.google.com/docs/thread/75338603/arrayformula-for-splitting-names-to-only-display-first-and-last-name-in-one-cell?hl=en
Oct 6, 2020 ... You'll need to maintain two word names in the list to have the formula extract both words as the last name. So here's the final formula: ={" ...

Extract all the common strings of characters in a range - Google ...

https://support.google.com/docs/thread/188415325/extract-all-the-common-strings-of-characters-in-a-range?hl=en
Nov 13, 2022 ... I'd like to extract the common characters (or strings of characters) in several cells. I tried REGEXTRACT but it only extracts the first match.

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 ... ... numbers, of which you wish to ignore the first and last? Do you wish to extract numbers that are adjacent to alphanumeric characters? Do you ...

MID - Google Docs Editors Help

https://support.google.com/docs/answer/3094129?hl=en
If the end of string is reached before extract_length characters are ... cell in the row. SEARCH : Returns the position at which a string is first ...

Separating the lines of data in a cell to individual rows? - Google ...

https://support.google.com/docs/thread/4839994/separating-the-lines-of-data-in-a-cell-to-individual-rows?hl=en
Apr 24, 2019 ... Your desire is to split the address line into 2 columns but deciding where to split isn't definable. Also, the last 2 columns of phone numbers ...

First Name, Last Name First Letter Extract - Google Docs Editors ...

https://support.google.com/docs/thread/117881155/first-name-last-name-first-letter-extract?hl=en
Jul 20, 2021 ... See the example in cell. I hope this also helps,. Ben ... Basically, First 2 Columns we need to find the Unique Brand & Unique ASINs.

REGEXEXTRACT in Google Sheets - Why is escaping some special ...

https://support.google.com/docs/thread/16026142/regexextract-in-google-sheets-why-is-escaping-some-special-characters-not-working?hl=en
Oct 4, 2019 ... as its literal character to end the data it's extracting, it just blows right past it.(line 2); However, it does seem to recognize the dot if ...

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 ... The formula to extract the text from Column E is in cell F10. It's ... cells and functions end up choosing the wrong cells. How is that ...

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 ...

Apostrophe in email address - Google Docs Editors Community

https://support.google.com/docs/thread/108657320/apostrophe-in-email-address?hl=en
May 4, 2021 ... Using this formula: =ARRAYFORMULA(Upper(IFERROR(REGEXEXTRACT(C2:C,"\.(\w{2,})"),""))), (In CELL C2) I am able to extract the last names from ...

SUBSTR | Looker Studio | Google Cloud

https://cloud.google.com/looker/docs/studio/substr
To begin extracting from the end of the string, use a negative index. The last character of a string is at index -1, the second to the last is at -2, etc.

Regexextract: number surrounded by text - Google Docs Editors ...

https://support.google.com/docs/thread/265251179/regexextract-number-surrounded-by-text?hl=en
Mar 21, 2024 ... I have a string being pulled into a cell in this format: High Bid: 10.00 USD ... This will work with both (2) examples provided: = ...

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 ... 2. Click Help > Report a problem. 3. Enter your feedback. Although ... I hope this helps! Matt. Last edited Mar 25, 2020. Original Poster ...

Extract specific information from a cell to multiple cells - Google ...

https://support.google.com/docs/thread/117452947/extract-specific-information-from-a-cell-to-multiple-cells?hl=en
Jul 16, 2021 ... ... characters up to the next newline into the relevant column and ... You'll notice in the last column the example information I gave earlier.