How to Count Characters in Excel on PC or Mac

Method 1 of 2:

Counting Characters in One Cell

  1. How to Count Characters in Excel on PC or Mac Picture 1
    Open the spreadsheet that contains the characters you want to count.
  2. How to Count Characters in Excel on PC or Mac Picture 2
    Click an empty cell. This is the cell where the number of characters will appear.
  3. How to Count Characters in Excel on PC or Mac Picture 3
    Type =LEN(cell name). Replace 'cell name' with name of the cell you want to count.
    1. For example, if you want to count the characters in cell C4, the formula should say =LEN(C4)
  4. How to Count Characters in Excel on PC or Mac Picture 4
    Press Enter or Return. The number of characters in the cell now replaces the formula.
Method 2 of 2:

Counting Characters in Multiple Cells

  1. How to Count Characters in Excel on PC or Mac Picture 5
    Open the spreadsheet that contains the characters you want to count.
  2. How to Count Characters in Excel on PC or Mac Picture 6
    Click an empty cell. This is the cell where the number of characters will appear.
  3. How to Count Characters in Excel on PC or Mac Picture 7
    Type =SUMPRODUCT(LEN(Cell1:Cell2)). Replace 'Cell1' with first cell in the range you want to count, and 'Cell2' with the last in the range.
    1. For example, if you want to count the characters in cells C2 through C51, the formula should say =SUMPRODUCT(LEN(C2:C51))
  4. How to Count Characters in Excel on PC or Mac Picture 8
    Press Enter or Return. The number of characters in the specified range now appears in the cell.
4.8 ★ | 4 Vote

May be interested