+ Reply to Thread
Results 1 to 4 of 4

Sum of Len In Column

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    02-10-2007
    MS-Off Ver
    Excel 2010
    Posts
    293

    Sum of Len In Column

    Hello,

    I have a column of text which I want to find the sum of # of total characters.

    For example:

    In column A, row 2, I have:

    abc
    def
    ghi


    i want it to show me the total result of 9, which is sum of all characters in this range.

    I tried =SUM(LEN($A$2:$A$4)), but that just counts total length of characters of cell per row.

    I suppose I could find total # of characters per row, then create a new total of that sum, but one step would be easier.

    thanks for any help in advance.
    Last edited by VegasL; 02-12-2009 at 12:18 PM.

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,481

    Re: Sum of Len In Column

    You need to enter it as an array formula. CTRL+SHIFT+ENTER
    Cheers
    Andy
    www.andypope.info

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Sum of Len In Column

    Or use SUMPRODUCT which does not require CSE

    =SUMPRODUCT(LEN(A2:A4))

  4. #4
    Forum Contributor
    Join Date
    02-10-2007
    MS-Off Ver
    Excel 2010
    Posts
    293

    Re: Sum of Len In Column

    very neat,,thanks to both of you appreciate it.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1