About 1,465,321 results (4,074 milliseconds)

Finding the cell reference using ExcelDna

https://groups.google.com/g/exceldna/c/iQ-W6uGmeRE
May 15, 2007 ... I recently asked Govert how to find an excel cell reference in ... string sheetName = (string)XlCall.Excel(XlCall.xlSheetNm, reference);

In Google Sheets search not finding text string - Google Docs Editors ...

https://support.google.com/docs/thread/135148108/in-google-sheets-search-not-finding-text-string?hl=en
Nov 12, 2021 ... When I search via Find and Replace in Google Sheets for a text string (no formula used to generate the text string) the highlighted cell supposedly where the ...

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 ... ... Excel compatible freeware program. ... As JonM correctly pointed out, you cannot ever change the output of a formula using Find Replace, nor even ...

Replacing empty cells via Find and Replace not working - Google ...

https://support.google.com/docs/thread/217248400/replacing-empty-cells-via-find-and-replace-not-working?hl=en
May 23, 2023 ... It looks like the Edit > Find and replace feature in Google Sheets can locate zero-length text strings "" but cannot locate truly blank cells.

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.

Formula to match a sub-string in a cell and do a SWITCH match ...

https://support.google.com/docs/thread/25941198/formula-to-match-a-sub-string-in-a-cell-and-do-a-switch-match-against-it?hl=en
Jan 17, 2020 ... The if statement is necessary because without it if there is no match to the search string (arc in this example) it will fill the cell with an ...

search coordinates of the current cell

https://groups.google.com/g/openpyxl-users/c/nGrKiW4RUkw
I have a dictionary whose key is a string of 2 characters, and whose value is an amount. Using an Excel sheet from a sample workbook, I'd like to find the cell ...

FIND function - Google Docs Editors Help

https://support.google.com/docs/answer/3094126?hl=en
: Divides text around a specified character or string, and puts each fragment into a separate cell in the row. SEARCH : Returns the position at which a string ...

Extracting multiple occurrences from a single cell - RegexReplace ...

https://support.google.com/docs/thread/67377264/extracting-multiple-occurrences-from-a-single-cell-regexreplace-substitute-find-replace?hl=en
Aug 27, 2020 ... Extracting multiple occurrences from a single cell - RegexReplace / Substitute / FInd & Replace ... Formula Evaluation' in Excel. Unless ...

counting occurrences of a string in excel file, using python?

https://groups.google.com/g/python-excel/c/NcYKju_5DY8
Aug 30, 2011 ... to python-excel.. The following code will work, assuming that each cell contains an entire string that you need to search for: book = xlrd ...

Automatically run Google Search on elements of a cell in Google ...

https://support.google.com/docs/thread/202751825/automatically-run-google-search-on-elements-of-a-cell-in-google-sheets?hl=en
Feb 20, 2023 ... I would like to do is for google sheets to automatically do a Google search of cell contents (simple strings) and report out the hit count in another cell.

sumproduct - find text in string

https://groups.google.com/g/microsoft.public.excel.worksheet.functions/c/1WVygPPKxaU
Feb 22, 2010 ... I am using Excel 2003 and I have two columns with data on resources. Column F is the role name and Column H contains people names. What I would ...

how to determine whether a cell contains a formula

https://groups.google.com/g/exceldna/c/87Qi8Q5sVq4
Oct 5, 2010 ... to Excel-Dna. hi everyone, I started using ExcelDna this weekend, and I can't find any information in the archives related to my question ...

How can I search in a cell for a word in a sentence, and if it find it ...

https://support.google.com/docs/thread/147050478/how-can-i-search-in-a-cell-for-a-word-in-a-sentence-and-if-it-find-it-then-write-a-certain-word?hl=en
Jan 21, 2022 ... ... find it, then write a certain word. What I want to do is in Spreadsheet search on a Cell for a specific word. For example maybe the cell says ...

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 ... appended is basically ignored because FIND will find the *first* space character in the string. -- Biff Microsoft Excel MVP. "CrisT" <Cr ...

Search and use find and replace - Computer - Google Docs Editors ...

https://support.google.com/docs/answer/62754?hl=en&co=GENIE.Platform%3DDesktop
You can find and replace strings of text, including characters, numbers ... The examples below are with "Match case" checked and "Match entire cell contents" (for ...

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 ... My goal is to eventually split this string of characters so that each character will be in its own cell. ... Search for 2 spaces, replace with a ...

Conditional formatting, highlight row if cell contains substring ...

https://support.google.com/docs/thread/7025381/conditional-formatting-highlight-row-if-cell-contains-substring?hl=en
May 29, 2019 ... That will highlight the entire row if either condition is true. For the first one, try this: =SEARCH("Green Apples",$C2). Or ...

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 ... In my example sheet, I'd like to search the string in column B for any of the substrings in column E. If there is a match, ...

Replace null with string

https://groups.google.com/g/openrefine/c/HnXTbgE35xc
Jul 24, 2013 ... I have a column (Column B) that contains many different values in addition to blank cells. I want to search within Column B on a blank cell ...