About 2,670,000 results
Open links in new tab
  1. string - Substring in excel - Stack Overflow

    50 In Excel, the substring function is called MID function, and indexOf is called FIND for case-sensitive location and SEARCH function for non-case-sensitive location. For the first portion of …

  2. Excel get substring from nth position up to the end of string

    Feb 26, 2019 · Your MID formulae appear to contradict your title. Do you want to get the substring from the nth character from the beginning or the end of a string?

  3. excel - Check whether a cell contains a substring - Stack Overflow

    Sep 4, 2013 · Is there an in-built function to check if a cell contains a given character/substring? It would mean you can apply textual functions like Left/Right/Mid on a conditional basis without …

  4. excel - Extract the last substring from a cell - Stack Overflow

    I have names in a column. I need to split just the last names from that column into another column. The last name is delimited by a space from the right side. The contents in cell A2 = …

  5. Finding partial text in range, return an index - Stack Overflow

    Mar 22, 2013 · I need to find a partial text in a specific range and get a value which is X rows under cell index of found text. I have tried with INDEX and MATCH functions but without …

  6. How to extract the last part of the string in Excel after the last ...

    Aug 4, 2020 · How to extract the string from the last underscore in Microsoft Excel? I want to extract the value before the first underscore and after the last underscore. First underscore: …

  7. Excel: last character/string match in a string - Stack Overflow

    Sep 4, 2013 · Is there an efficient way to identify the last character/string match in a string using base functions? I.e. not the last character/string of the string, but the position of a …

  8. SubString Operation in Office Script - Stack Overflow

    Jun 10, 2021 · I've just started using Office Scripts in Excel but can't find the right function to do a simple substring operation. The code below isn't working for me but I'd like it to just return the …

  9. Extracting text string after nth occurrence of a character in Excel ...

    The split function splits a string into an array of whatever size is required. The first argument for Split is the text to split and the second is the delimiter.

  10. Excel lookup in list of substrings - Stack Overflow

    May 2, 2018 · 3 I am looking for a formula in MS Excel to check if a cell, containing a sentence, matches (at least) one substring in a given range, and if it does, return that substring-value. I …