+ Reply to Thread
Results 1 to 2 of 2

How do I limit the number of complete sentences in a spreadsheet c

  1. #1
    sbernard
    Guest

    How do I limit the number of complete sentences in a spreadsheet c

    I'm trying to keep the number of complete sentences to the maximum number
    within a 400 character limit. I understand how to use LEN to limit the
    number of characters, but don't get how to take the resulting cells that have
    incomplete sentences and delete the partial sentence at the end.

    Any advice would be appreciated.

  2. #2
    nbrcrunch
    Guest

    Re: How do I limit the number of complete sentences in a spreadsheet c


    If cell A1 contains:
    This is a test. This is

    and cell A2 contains the formula:
    =MID(A1,1,FIND(".",A1,1))

    The result will be:
    This is a test.


    --
    nbrcrunch

+ 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