How can I do Count the Words in a cell with Numbers?

I'm producing a documentary, with a long list of captions. I was hoping using numbers to organize the captions in sequence. them take the word count and do a simple calculation to work out the numbers of frames required per caption, based on a certian numbers of words per minute.
I can handle calculations, but can't figure out how/if numbers can count the whole words in a cell and pass that on to a formula.
I count them manually, but the nature of the script means the captions are being constantly updated.
Any help appreciated!

Clever. The only additional suggestion is to use the function Trim() just in case there are extra spaces between the words.
=LEN(TRIM(B))-LEN(SUBSTITUTE(B," ",""))+1
Rob

Similar Messages

  • I am using earphones, but the external audio of my mini ipad is still on. How can I turn off the external audio while listening with my headset?

    I am using earphones, but the external audio of my mini ipad is still on. How can I turn off the external audio while listening with my headset/earphones?

    Other than iMovie, GB always incorporates the audio files into the GB package. So just save or move the GB project to the external drive, and you're done - anything you import, edit or record will be saved to the external drive.

  • How can one accept that the only way to sync with OSX 10.9 is through I cloud?

    How can one accept that the only way to sync with OSX 10.9 is through I cloud?
    One is now obliged to send private information to an external server...

    Thank you for the link but what a waist of time.
    Who is the idiot that decided to drop manual syncing of contacts and calendars?
    I am on the point of dropping all APPLE machines!
    I am looking to sync without having to worry about security issues, keeping my files and passwords locally on my machines, and not an external server such as a cloud drive.
    Do you know if Outlook syncs also over an external server?
    Do you know of this solution? http://www.codetwo.com/public-folders/share-windows-files-securely/

  • How can I set up the airport extreme base station with windows computer

    how can I set up the airport extreme base station with windows computer

    Hi - you need Airport Utility version 5.6.1 for Windows 7 - go to http://support.apple.com/kb/HT1547  to download it to your computer - the setup depends on what kind of modem you have and if you have another router connected - post back with this info to proceed - thanks

  • How can i count the word in a cell.

    Dear Experts,
    i want to count the word in cell how can i do this ?
    Isthere any function ?
    plz give logic or command.

    You can ty :
    SQL> var text varchar2(50)
    SQL> exec :text := 'How do I count the number of words in my cell?'
    PL/SQL procedure successfully completed.
    SQL> select text,
      2         sum(case when substr(text,rownum,1)=' '
      3                       and substr(text,rownum-1,1)!=' '
      4                  then 1
      5                  else 0 end) nb_word
      6  from (select rownum,:text||' ' text,length(:text) ln from dual)
      7  connect by level <= ln+1
      8  group by text
      9  /
    TEXT
       NB_WORD
    How do I count the number of words in my cell?
            11
    SQL>  exec :text := 'How     do I count the number of words in my   cell?    '
    BEGIN :text := 'How     do I count the number of words in my   cell?    '; END;
    ERROR at line 1:
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at line 1
    SQL> var text varchar2(1000)
    SQL> exec :text := 'How     do I count the number of words in my   cell?    '
    PL/SQL procedure successfully completed.
    SQL> select text,
      2         sum(case when substr(text,rownum,1)=' '
      3                       and substr(text,rownum-1,1)!=' '
      4                  then 1
      5                  else 0 end) nb_word
      6  from (select rownum,:text||' ' text,length(:text) ln from dual)
      7  connect by level <= ln+1
      8  group by text
      9  /
    TEXT
       NB_WORD
    How     do I count the number of words in my   cell?
            11
    SQL> select * from v$version where rownum=1;
    BANNER
    Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
    SQL> Nicolas.
    Well, we can discuss about what limit a word : here space, but there is point, double-point, and so on... And about what is a word : do the punctuation is a word ?
    For example :
    "It's a word !"=>how many words are in this sentence ?
    http://en.wikipedia.org/wiki/Word
    Message was edited by:
    N. Gasparotto

  • HT1947 I lost my apple tv remote.  How can I set up the use of my iphone with the remote app?

    I lost my apple tv remote.  How can I set up the use of my iphone remote app without it?

    The remote app would require home sharing to be enabled and both to be on the same network. If that's not the case then you will need a new remote

  • How can I disable "return key moves to next cell" in Numbers 3?

    I want to create a new line inside one cell.  I'm using Number 3.5.2 on Yosemite.
    In Numbers 2 there was an option whether I wanted the "return key [to move] to next cell", which I was able to disable. 
    Does this feature exist in Numbers 3?  I haven't found it.  If not, does anyone know a workaround?  I could not find this question on the forums (for the current version of Numbers).

    Hi Keith,
    That feature has gone in Numbers 3.
    To insert a new line in a cell in Numbers 3, type option enter.
    Regards,
    Ian.

  • How can I permanently add the word "Safari" to the Safari title bar?

    Is this possible?  I just want to have that word on the title regardless of which web page I go to.  I'm using the latest version on Win. 7

    Sorry but no. The title bar cannot be modified.
    You can right or control click the Title bar to revisit pages.

  • How can I re-order the pages in my document with having to cut and paste everything?

    Hello, I have a larger sized document and I need to reorder the sections of my document. However there are many images so cut-paste seems to screw up my formatting since pages like to move text around automatically but not images (like if I hit backspace until the text goes back to the previous page, the images will stay on the same page without moving back).
    On the previous version of pages (pages' 09 I believe) I could simply click and drag the page thumbnails around. However I cannot seem to be able to do this in Pages'13... Am I missing something here?
    Thanks!

    Hi dd,
    Pages '09 offered two types of documents.
    Word processing documents included a text layer, and consisted of sections made up of multiple pages. If no section breaks were inserted, a fifty page document could consist of a single section. Text could be placed directly into the text layer, and Objects could be placed on the page as Floating Objects, independent of the text, and able to make text flow around themselves, or could be placed as Inline Objects, inserted into the line of text running from beginning to end of the document, and moving with the text as it was edited.
    In a Page Layout document, each page was a single section. There was no text layer, so only objects could be placed on the page. Any text had to be contained in a Text box or in a Shape. Unless grouped, each object was independent of the others.
    Changing your images from Floating to Inline objects may be the key to your document rearranging issues. They can be changed back to Floating after being moved to theor new locations.
    Regards,
    Barry

  • How can I get back the two button smooth scroll with Logitec optical marble mouse since Adobe Acrobat or FireFox updates on 10/26/2010 made it quit?

    Oct 25, 26 or 27 both Adobe Acrobat and Mozilla Firefox alerted me they had updates to install. Since I trust them both I installed them. However, since then my optical marble mouse from Logitech acted strangely different. The cursor did not move as usual. It didn't respond right. I thought it might have needed the dust wiped out, so I did that. It still acted sluggish when I tried to move it, it was as though it was "spinning its wheels" not going anywhere. I went to the Control Panel clicked on Mouse, and proceeded to look at the settings and set them to default. I then tried to use the universal scroll by clicking the two big buttons which showed a circle with cross hair arrows as usual. When the marble was moved forward or backward, the scroll had always been smooth allowing one to read the screen evenly and without holding any button down. Now it was jerky. Is this a problem from the last update? My version of Firefox is 3.6.12
    Thank you

    I am happy to see another person is having this jerky scroll situation with the latest update to Firefox on October 27. I did check my I.E browser and '''THAT BROWSER''' still does the nice smooth scroll....let's get 'er fixed Mozilla! I know you can!

  • How can I access to the result of query directly with the name of the column without do a search?

    hello
    I have this line codes, for access to the data of one column
    var oDB = xfa.sourceSet.CD;
    oDB.open();
    oDB.first();
    var oRecord = xfa.record.CD;
    oRecord.nodes.item(0).value
    Is it possible access to the column data that I what with a sentence similar to this?
    oRecord.nodes.item('NOMBRE').value);
    I know that I can do a for and I can find the exactly row, but I don't want this solution.
    Thanks
    Hosting Association
    The low cost quality hosting
    http://www.hostingassociation.biz

    This is the solution
    var oDB = xfa.sourceSet.CD;
    oDB.open();
    oDB.first();
    var my = xfa.record.CD.resolveNode("NOMBRE");
    app.alert(my.value);

  • How can i get back the" Copy or Move automation with region?" dialog box?

    i was working on an arrangement moving lots of regions around and logic kept asking me about moving automation with regions and i got sick of it and clicked "Don't ask me again" Now i want to Logic to ask me again if i want to move automation with regions is there a way to reset this or get the dialog box back? thanx-gospel

    thanx sc. i will try it out shortly. Off Topic- since you speak german is was wondering if you don't mind what would the german translation be for "moonlight night tonight"- thanx gospel

  • How can I use word count without it counting the words in the end notes by default?

    How can I use word count without it counting the words in the end?
    Now I have to highlight the text to get a count.

    I don't think that is possible, it does what it does.
    Peter

  • HT204389 Can any tell me how i stop siri sayin the words i am typing when typing a message??

    Can any tell me how i stop siri sayin the words i am typing when typing a message??

    Hellooo Frndz....:)  i have to use UISplitviewController.and I want to do add UISplitViewController To UINavigationController but problem is that i can't do this...:(   i use MGSplitViewController Bt I Dont know Perfectly Use Of MGSplitViewController...
    so , plz give me answer for how to add UISplitViewController to UINavigationController ???
    --THNKS>>

  • How can I use excel and word on the IPAD2

    How can I use excel and word documents on my Ipad 2

    There are apps such as Documents To Go which support reading/editting/creating those sorts of documents :
    standard version  -  http://itunes.apple.com/us/app/documents-to-go-office-suite/id317117961?mt=8
    premium version  -  http://itunes.apple.com/us/app/documents-to-go-premium-office/id317107309?mt=8

Maybe you are looking for

  • LaserJet Pro 200 Color M251nw : Wifi turned off but still broadcasting

    Hello there, First of all, forgive my English. I have a HP LaserJet Pro 200 color M251nw, so it has wifi capability. Since the printer is plugged with an ethernet cable to my router, I don't feel the need to use the wifi embedded in the printer. Thin

  • N79 camera failur

    since some days (after connecting my mobile to the  ovi pc suit) both cameras of my N79 do not work anymore.  I still can start the camera menue with out problem but there is no picture and the background is dark. This problem concerns both cameras (

  • Cannot get iPhoto 6 to reference instead of copy photos

    I just installed iLife '06 on my Powerbook G4 (867Mhz, OS10.4.6) excited about the new feature that allows referencing rather than copying of photos. I went to the Advanced Preference and unchecked the Copy Files option. To my dismay, the photos I im

  • What should I download as the wireless LAN driver/adapter

     When I search for a wireless LAN driver in the hp site there are 8 or more wireless LAN drivers/adapters under different names. I do not know what exactly I need. please help me. I downloaded Mediatek 802.11wireless LAN adapter driver but I couldn't

  • OSGi Best Practices for AS Java?

    Hello, I'm interested about your experiences with server side applications that use OSGi: Which implementation is running properly under CE 7.1 resp 7.11? How do expose your DCs as bundles? Which tools do you use: PDE, bnd? How do live bundles and DC