About 1,940,068 results (1,213 milliseconds)

LEFT - Google Docs Editors Help

https://support.google.com/docs/answer/3094079?hl=en
number_of_characters - [ OPTIONAL - 1 by default ] - The number of characters to return from the left side of string . ... 3 of 43. ASC function. 4 of 43.

Remove the last character in each cell and sum them up - Google ...

https://support.google.com/docs/thread/87008051/remove-the-last-character-in-each-cell-and-sum-them-up?hl=en
Dec 5, 2020 ... I have 3 cells A1, A2, A3 with value 1x, 2x, 3x. I am trying to sum the numerical part of those 3 cells (removing the last character) into another cell.

How to show partial last value in vlookup when theres multiple ...

https://support.google.com/docs/thread/5337511/how-to-show-partial-last-value-in-vlookup-when-theres-multiple-results-plus-partial-text?hl=en
May 2, 2019 ... I have sheet 2 with multiple rows with the same name at the end of a text string in column A. I need to vlookup a postcode in a text string ...

String functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/string_functions
In the following example, the last six characters are different ... Identical to TRIM, but only removes leading characters. Return type. STRING or BYTES.

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 ... For example, will your strings always have four numbers, of which you wish to ignore the first and last? Do you wish to extract numbers that ...

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

2 digits after the decimal point - google sheet - Google Docs Editors ...

https://support.google.com/docs/thread/146658815/2-digits-after-the-decimal-point-google-sheet?hl=en
Jan 19, 2022 ... Returns a number 6,3 instead of string and is usable for calculations. ... This last one I don't get it working. If you could help me that ...

How do I stop "mmm" providing "Sept" instead of "Sep"? - Google ...

https://support.google.com/docs/thread/88805484/how-do-i-stop-mmm-providing-sept-instead-of-sep
Dec 15, 2020 ... ... last time was 4th December). There seems to be a new bug ... Google may well have changed the abbreviation of mmm to 4 letters instead of 3 ...

FIND(last) How do I return the position of the last instance of a string ...

https://support.google.com/docs/thread/164478291/find-last-how-do-i-return-the-position-of-the-last-instance-of-a-string-within-a-string-search?hl=en
May 21, 2022 ... ... last' comment in a cell containing multiple strings separated by a specific character or phrase. EXAMPLE SHEET HERE. The formula in D3 is ...

FunctionWizard does not show all Parameters

https://groups.google.com/g/exceldna/c/u0QpV6HQwBQ
Jun 26, 2024 ... ... last parameter is truncated by 3 characters,. with this is makes ... Excel-DNA when it truncates the argument names string to 255 characters.

Extract numbers from string of numbers and characters - Google ...

https://support.google.com/docs/thread/4850912/extract-numbers-from-string-of-numbers-and-characters?hl=en
Apr 25, 2019 ... ... 3 character wildcard (GBP, CAD, etc) separating them. Does anybody ... See if that helps? Last edited Apr 25, 2019. Original Poster Steve ...

Using substitute to remove text only if it is the end of the string ...

https://support.google.com/docs/thread/189756234/using-substitute-to-remove-text-only-if-it-is-the-end-of-the-string?hl=en
Nov 22, 2022 ... What I want to do is have the sheet check if the last characters match any of my previous criteria but only remove them if there are no letters ...

Clues for "Incorrect string value: '\xCE\x94F508...' for column"

https://groups.google.com/g/cfwheels/c/th4WDytVJCk
I have an Excel spreadsheet that has some special characters, such as é. I export the spreadsheet to the CSV format and specify to use UTF-8 text encoding.

Conditional Formatting (if the Nth character in the cell is X) - Google ...

https://support.google.com/docs/thread/98169314/conditional-formatting-if-the-nth-character-in-the-cell-is-x?hl=en
Feb 14, 2021 ... I need to highlight all cells with 3rd character is C, I tried '=MID(A1:AE1000,3,1)=C', but nothing was highlighted.

Problem with unicode and Tidy

https://groups.google.com/g/bbedit/c/8VDuXDXb1IE
Mar 4, 2011 ... You nust tell Safari that the HTML is UTF=8 for it to display correctly by converting the 3 character UTF-8 string back into the em dash glyph.

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 cannot get the replace function to accept the special character as a replacement. ... Oct 3, 2019. 10/3/2019, 10:18:39 PM. Get link.

Split Multi-valued strings via nth occurence

https://groups.google.com/g/openrefine/c/pZNVEcaMHMQ
However, if the pattern is more varied (e.g. sometimes the last pipe character ... To get the additional split character into the original string. Then you ...

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. Sample Usage. SPLIT("1,2,3", ...

Limitations of arguments passed to function

https://groups.google.com/g/exceldna/c/b29e5S9QyYU
Aug 3, 2008 ... argument separator, so you'll get a few more characters there. For Excel 2007 all these strings can be long and Unicode. A future version of ...

How to join multi-valued cells with a character followed by a line ...

https://groups.google.com/g/openrefine/c/MzChzQcgNfg
Feb 27, 2014 ... This is easily done in excel, using find/replace. Does anyone ... Error: replace expects 3 strings, or 1 string, 1 regex, and 1 string.