+ Reply to Thread
Results 1 to 2 of 2

How do you count number of characters in a single cell

  1. #1
    Joe
    Guest

    How do you count number of characters in a single cell

    How do you count number of characters(tabular data) in a single cell?

  2. #2
    JE McGimpsey
    Guest

    Re: How do you count number of characters in a single cell

    one way:

    =LEN(A1)

    which includes space characters, or

    =LEN(SUBSTITUTE(A1," ",""))

    which doesn't.

    In article <[email protected]>,
    Joe <[email protected]> wrote:

    > How do you count number of characters(tabular data) in a single cell?


+ 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