About 202,000 results
Open links in new tab
  1. How to change Spreadsheet search (find) results cell border colour

    Apr 17, 2019 · How to change Spreadsheet search (find) results cell border colour ? Seems so easy, but just cannot find anywhere that shows you. Excel 365 currently shows dark green, but with my eyes …

  2. Find text string Across Multiple Cells in a Row - MrExcel

    Jun 20, 2012 · I am trying to accomplish something similar but am at a loss. I need to find the row number of a cell with text. Normally a match function would work perfectly but the text is not always …

  3. Excel Vlookup Index Match - Excel Tips - MrExcel Publishing

    Apr 2, 2002 · Actually, this piece of it seems so trivial that it seems useless. But, when you replace the question mark with a MATCH () function, you have the solution. MATCH Function Here is the syntax: …

  4. Range.Find () Function Returning Value instead of Range

    Nov 13, 2022 · Hello, I have encountered an issue when trying out the Range.Find() function in one of my workbooks: the function returns the very value I gave it instead of the cell where it found the …

  5. Function to find a portion of text with a 'wildcard' in a cell

    Jan 15, 2024 · Similar threads N Function to find a portion of text in a cell Nathan Asius Feb 13, 2024 Excel Questions Replies 5 Views 2K Feb 14, 2024

  6. Allow find function on protected sheet...? - MrExcel

    Aug 17, 2009 · Hi guys I have a worksheet full of data where, when the sheet is protected, the 'Find' function (Ctrl F) will not work. When it is unprotected it it fine. Any idea how I can keep the sheet …

  7. Nested IF statement with SEARCH () to find text - MrExcel

    Dec 2, 2010 · The search function is returning the NUMBER of the character. i.e. =search ("p",supply) will return 3 because the 1st "p" in supply is the 3rd character. So in your formula you're really …

  8. Excel 2019 How to find a " " (space) in a text string and only return ...

    Jan 6, 2011 · Excel 2019 Windows 10 I have 26352 cells, each on a seperate row, that contains a text string of various lengths. Some of the text strings have been entered incorrectly by a previous user …

  9. Find function not working with decimal - MrExcel

    May 24, 2021 · I have been using the find function to locate various numeric entries. However, for some reason it does not seem to work when there is a decimal. So...

  10. Text string seach - how return 0 if not found? - MrExcel

    Oct 6, 2003 · When using Search () to find text in a string, it returns the position of the text you are searching for, or #VALUE! if the string is not found. I would like to return 0 if the string is not found.