About 1,230,148 results (1,030 milliseconds)

sumproduct - find text in string

https://groups.google.com/g/microsoft.public.excel.worksheet.functions/c/1WVygPPKxaU
Feb 22, 2010 ... I tried to write a sumproduct formula to find various text within a range ... Microsoft Excel MVP. On Monday, February 22, 2010 7:04 PM

Class Range | Apps Script | Google for Developers

https://developers.google.com/apps-script/reference/spreadsheet/range
Sets the text wrapping strategy for the cells in the range. setWraps(isWrapEnabled), Range, Sets a rectangular grid of word wrap policies (must match dimensions ...

Constructing Range Name calls with Concatenate

https://groups.google.com/g/microsoft.public.excel.worksheet.functions/c/nO49g14HDus
I use concatenate to "assemble" the values of those named ranges together into one text string that also happens to match a named range single cell value.

REGEXMATCH string against column/range of data - Google Docs ...

https://support.google.com/docs/thread/159773469/regexmatch-string-against-column-range-of-data?hl=en
Apr 13, 2022 ... I'm trying to use REGEXMATCH to search a single column of cells. The formula works fine enough on a single cell, but when extended beyond just one it returns a ...

How do I resolve "error cannot find range or sheet for imported ...

https://support.google.com/docs/thread/11934357/how-do-i-resolve-error-cannot-find-range-or-sheet-for-imported-range?hl=en
Aug 13, 2019 ... Ensure your Sheet tab is the String name not the document name. =IMPORTRANGE("https://docs.google.com/spreadsheets/d/1oapHlEoAUap-0LvOs ...

COUNTIF - Google Docs Editors Help

https://support.google.com/docs/answer/3093480?hl=en
Syntax · If range contains text to check against, criterion must be a string. criterion can contain wildcards including ? to match any single character or * to ...

MATCH function - Google Docs Editors Help

https://support.google.com/docs/answer/3093378?hl=en
Returns the relative position of an item in a range that matches a specified value. Sample Usage MATCH("Sunday",A2:A9,0) MATCH(DATE(2012,1,1),A2:F2) Syntax ...

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 ... If I can't get this fixed, I'll have to export it and bring it into an Excel compatible freeware program. Google user. Original Poster.

Google Sheets function list - Google Docs Editors Help

https://support.google.com/docs/table/25273?hl=en
... range located in the same position as the search row or column. Learn more. Lookup, MATCH, MATCH(search_key, range, [search_type]), Returns the relative ...

Fastest Way to Read a Range of Cells into C# - BUT I want the 'text ...

https://groups.google.com/g/exceldna/c/mYPaWZWTLfY
Dec 6, 2015 ... I know Interop.Range.Value2 and ExcelReference.GetValue() but both return the 'value'. In most cases I could get away with it, ...

SUMIF - Google Docs Editors Help

https://support.google.com/docs/answer/3093583?hl=en
criterion - The pattern or test to apply to range . If range contains text to check against, criterion must be a string. criterion can contain wildcards ...

Importrange in a index/match function - Google Docs Editors ...

https://support.google.com/docs/thread/12657560/importrange-in-a-index-match-function?hl=en
Aug 23, 2019 ... I want the formula to access the range of all the data, identify the name match, then return the data in the column with the same text. It works ...

How to convert from ExcelReference to Microsoft.Office.Interop.Excel ...

https://groups.google.com/g/exceldna/c/zqzEIos7ma0
Jul 7, 2011 ... I have an ExcelReference and need to convert it to an object of type Microsoft.Office.Interop.Excel.Range. I can do the opposite very easily.

Automatically format part of a text in a cell - Google Docs Editors ...

https://support.google.com/docs/thread/157400260/automatically-format-part-of-a-text-in-a-cell?hl=en
Mar 26, 2022 ... * Applies rich text formats to text in a range. * Formats substrings that match a regex, each substring separately. * Handles multiple ...

Return a Value based on Substring Match of an Array - Google Docs ...

https://support.google.com/docs/thread/132454747/return-a-value-based-on-substring-match-of-an-array?hl=en
Oct 25, 2021 ... The ARRAYFORMULA makes this iterate over each item in the range (B2:B), and the IF just checks for text in B and skips that row when there is ...

Sheets - Bold specific words within cell using apps script - Google ...

https://support.google.com/docs/thread/288793033/sheets-bold-specific-words-within-cell-using-apps-script?hl=en
Aug 2, 2024 ... I'm trying to find a script that will search a specific range within a Sheets document and bold any words I've called out.

Vlookup approximate match when the range values are not identical ...

https://support.google.com/docs/thread/186685164/vlookup-approximate-match-when-the-range-values-are-not-identical?hl=en
Nov 1, 2022 ... I am trying to cross-reference a list of cells (text string) using the vlookup function. However, the cells in the range to consider for the search are not ...

How do I search across multiple columns for a partial string of text ...

https://support.google.com/docs/thread/121705592/how-do-i-search-across-multiple-columns-for-a-partial-string-of-text?hl=en
Aug 17, 2021 ... Create a formula that will search across multiple columns and look for a partial string of text and indicate either yes or no that that text is there.

Does index(importrange work with "contains" certain text - Google ...

https://support.google.com/docs/thread/8496179/does-index-importrange-work-with-contains-certain-text?hl=en
Jun 22, 2019 ... You're getting nothing but an error right? "mismatched range size"? RegexMatch, Search() or Find() would all work to find "Top" in "Big Top" ...

Offset Function returning "Argument must be in range" error - Google ...

https://support.google.com/docs/thread/112149458/offset-function-returning-argument-must-be-in-range-error?hl=en
Jun 2, 2021 ... ... find the max ... The error isn't "Argument must be in range" but "Argument must be a range." Basically, "o3" is not a range, it's a string.