About 1,059,692 results (4,333 milliseconds)

Find the nth occurrence of a name and return a value at the top of ...

https://support.google.com/docs/thread/21220361/find-the-nth-occurrence-of-a-name-and-return-a-value-at-the-top-of-the-column?hl=en
Nov 26, 2019 ... I need a formula that lets me search for the first, second, third, and fourth time a name occurs in a multi-column table.

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 ... Delimited by commas in the instance, I'd like to ... But here are some formulas to retrieve different portions of the comma separated data.

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 ... Hi fellows, just want to use Conditional Formatting (if the Nth character in cell is X), I tried to use MID formula, but failed,. for example ...

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 ... That way I can keep the " *TEXTSTRING* " solution to keep the formula from double counting strings inside of a string, and also get the true ...

String functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/string_functions
Finds the position of a regular expression match in a value, optionally starting the search at a given offset or occurrence. REGEXP_REPLACE, Produces a STRING ...

FIND function - Google Docs Editors Help

https://support.google.com/docs/answer/3094126?hl=en-GB
text_to_search – the text to be searched, for the first occurrence of search_for . ... : Divides text around a specified character or string and puts each ...

SUBSTITUTE - Google Docs Editors Help

https://support.google.com/docs/answer/3094215?hl=en
SUBSTITUTE. Replaces existing text with new text in a string. Sample Usage. SUBSTITUTE("search for it"," ...

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 ... ... strings separated by a specific character or phrase. EXAMPLE SHEET HERE. The formula in D3 is =right(B3,(len(B3)-C3+2)) - simple! The formula ...

Google Sheets function list - Google Docs Editors Help

https://support.google.com/docs/table/25273?hl=en
Functions can be used to create formulas that manipulate data and calculate strings and numbers. Here's a list of all the functions available in each category.

MID - Google Docs Editors Help

https://support.google.com/docs/answer/3094129?hl=en
To return the contents of string beginning with a particular character or sub-string, use SEARCH to locate the index of the desired point. See Also.

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 ... ... character, one or more times, followed by a space, followed by anything, zero or more times, that is, the rest of the string. The presence ...

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

Find position number of third space

https://groups.google.com/g/microsoft.public.excel.worksheet.functions/c/ZHap78ukNu4
Feb 1, 2010 ... Can you tell me how to find the position number of the third space in a string of varying length and text. e.g., 123 456 789 111 222

Looker functions and operators | Google Cloud

https://cloud.google.com/looker/docs/functions-and-operators
... string, 2 indicating the second character in the string, and so on. upper, upper(string), Returns string with all characters converted to uppercase. Functions ...

Legacy SQL Syntax, Functions and Operators | BigQuery | Google ...

https://cloud.google.com/bigquery/docs/reference/legacy-sql
Replaces all occurrences of a substring. RIGHT(), Returns the rightmost characters of a string. RPAD(), Inserts characters to the right side of a ...

SUBSTR | Looker Studio | Google Cloud

https://cloud.google.com/looker/docs/studio/substr
Feb 6, 2025 ... The last character of a string is at index -1, the second to the last is at -2, etc. Examples. Example formula, Input, Output. SUBSTR(Campaign, ...

I cannot get Google Sheets to autofill a column with sequential ...

https://support.google.com/docs/thread/206551466/i-cannot-get-google-sheets-to-autofill-a-column-with-sequential-numbering?hl=en
Mar 17, 2023 ... To learn more about the "SEQUENCE function" search for it in your browser or on YouTube. You can also look at the EXCEL results as it works the ...

[SOLVED] Copying down formulas that skip rows - Google Docs ...

https://support.google.com/docs/thread/216050474/solved-copying-down-formulas-that-skip-rows?hl=en
May 16, 2023 ... I have searched extensively in communities, but am even having a difficult time even formulating the right search term that will yield anything ...

Can I prevent down-fill from incrementing *every* cell reference in a ...

https://support.google.com/docs/thread/5225132/can-i-prevent-down-fill-from-incrementing-every-cell-reference-in-a-formula?hl=en
Apr 30, 2019 ... I was not able to find any information about this in the official Google Sheets documentation, but it is also a feature in Microsoft Excel and I ...

Formula: Spreadsheet-like mathematics for TiddlyWiki

https://groups.google.com/g/tiddlywiki/c/bfInUWhAtzo
I'm modeling most of the syntax and behavior after popular spreadsheet software (Microsoft Excel and Google Sheets) and have implemented a decent library of ...