About 82,100 results
Open links in new tab
  1. LEN function - Microsoft Support

    This article describes the formula syntax and usage of the LEN and LENB functions. LEN returns the number of characters in a text string. LENB returns the number of bytes used to represent the …

  2. Count characters in cells in Excel - Microsoft Support

    Count characters in cells by using the LEN function. This topic explains how to count one or more cells and use LEN in an array formula.

  3. Examples of common formulas in lists - Microsoft Support

    Using formulas in calculated columns in lists can help add to existing columns, such as calculating sales tax on a price. These can be combined to programmatically validate data. To add a calculated …

  4. Split text into different columns with functions - Microsoft Support

    You can use the LEFT, MID, RIGHT, SEARCH, and LEN text functions to manipulate strings of text in your data. For example, you can distribute the first, middle, and last names from a single cell into …

  5. Text functions (reference) - Microsoft Support

    Lists Text functions, such as the Clean, Proper, and Trim functions.

  6. Count unique values among duplicates - Microsoft Support

    The LEN function returns the number of characters in a text string. The SUM function adds all the numbers that you specify as arguments. Each argument can be a range, a cell reference, an array, a …

  7. String functions and how to use them - Microsoft Support

    In Access, use Instr (), Left (), Trim (), Mid () and other string functions to build or extract the string you want.

  8. Len Function - Microsoft Support

    The first example uses Len to return the number of characters in a string or the number of bytes required to store a variable. The Type...End Type block defining CustomerRecord must be preceded by the …

  9. Left Function - Microsoft Support

    Syntax Left ( string, length ) The Left function syntax has these arguments: ... Remarks To determine the number of characters in string, use the Len function. Note: Use the LeftB function with byte data …

  10. Insert the current Excel file name, path, or worksheet in a cell

    =RIGHT (CELL ("filename"),LEN (CELL ("filename"))- MAX (IF (NOT (ISERR (SEARCH ("\",CELL ("filename"), ROW (1:255)))),SEARCH ("\",CELL ("filename"),ROW (1:255))))) Notes: To enter a …

  11. Ways to count values in a worksheet - Microsoft Support

    Use various combinations of the IF, SUM, FREQUENCY, MATCH, and LEN functions. For more information and examples, see the section "Count the number of unique values by using functions" in …