+ Reply to Thread
Results 1 to 4 of 4

counting characters in a cell:return the number

  1. #1
    Glenn
    Guest

    counting characters in a cell:return the number

    How can I have cell B2 return the number of characters in cell B1?

    Thanks.



  2. #2
    Dave Peterson
    Guest

    re: counting characters in a cell:return the number

    =len(b1)



    Glenn wrote:
    >
    > How can I have cell B2 return the number of characters in cell B1?
    >
    > Thanks.


    --

    Dave Peterson

  3. #3
    Lewis Clark
    Guest

    re: counting characters in a cell:return the number

    Try typing this in B2:
    = LEN(B1)


    "Glenn" <[email protected]> wrote in message
    news:ul1xHt%[email protected]...
    > How can I have cell B2 return the number of characters in cell B1?
    >
    > Thanks.
    >
    >




  4. #4
    RagDyeR
    Guest

    re: counting characters in a cell:return the number

    Do you consider <space> as a character?

    If you *don't*, this is number of characters, not counting spaces:

    =LEN(SUBSTITUTE(B1," ",""))

    --

    HTH,

    RD
    =====================================================
    Please keep all correspondence within the Group, so all may benefit!
    =====================================================

    "Glenn" <[email protected]> wrote in message
    news:ul1xHt%[email protected]...
    How can I have cell B2 return the number of characters in cell B1?

    Thanks.




+ 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