Results 1 to 16 of 16

count Re-occurrences

Threaded View

stevekirk count Re-occurrences 10-06-2006, 04:25 AM
starguy if you have "fred" entered in... 10-06-2006, 05:48 AM
stevekirk count re-occurrences 10-06-2006, 06:21 AM
Bryan Hessey Either ... 10-06-2006, 07:06 AM
stevekirk count re-occurrences 10-06-2006, 07:33 AM
Bryan Hessey I used $Ai for the second,... 10-06-2006, 07:47 AM
stevekirk count re.occurrences 10-06-2006, 08:11 AM
Bryan Hessey A quick look (will be back in... 10-06-2006, 08:10 PM
stevekirk count re-occurrences 10-10-2006, 02:36 AM
Bryan Hessey One of two options, you can... 10-10-2006, 08:18 AM
stevekirk Count Re-occurrences 10-10-2006, 09:04 AM
Bryan Hessey Great to see, and good that... 10-10-2006, 09:11 AM
stevekirk count re-occurrences 10-14-2006, 08:50 AM
starguy try this ... 10-06-2006, 07:26 AM
  1. #8
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by stevekirk
    bryan,

    i have attached a file with all the furmulars in that you have given me before

    please see why it did not for work for me and adjust please

    steve
    A quick look (will be back in 2 days) suggests


    AL1
    dis = beam saw <<< you cannot search on this
    AL2
    =(LEN($AI2)-LEN(SUBSTITUTE($AI2,AL$1,"")))/LEN(AL$1)+((LEN($AJ2)-LEN(SUBSTITUTE($AJ2,AL$1,"")))/LEN(AL$1))
    should be:
    =(LEN(AI2)-LEN(SUBSTITUTE(AI2,"dis","")))/3+((LEN(AI2)-LEN(SUBSTITUTE(AI2,"saw","")))/3)

    AM1
    edge <<<< if 'edge' is 'egbd'
    AM2
    =(LEN($AI2)-LEN(SUBSTITUTE($AI2,AM$1,"")))/LEN(AM$1)+((LEN($AJ2)-LEN(SUBSTITUTE($AJ2,AM$1,"")))/LEN(AM$1))
    should be:
    =(LEN(AI2)-LEN(SUBSTITUTE(AI2,"egbd","")))/4

    AN1
    biesse
    AN2
    =(LEN(AI2)-LEN(SUBSTITUTE(AI2,AN$1,"")))/LEN(AN$1)

    AO1
    alt
    AO2
    =(LEN(AI2)-LEN(SUBSTITUTE(AI2,AO$1,"")))/LEN(AO$1)

    AP1 ............ I presume you want to count 'bi'
    bi
    AP2
    =(LEN(SUBSTITUTE(AI2,"biesse",""))-LEN(SUBSTITUTE(SUBSTITUTE(AI2,"biesse",""),"bi","")))/2

    E2
    _________________2L/2S
    use
    2L/2S
    and align to right for your display.

    AI2 is 30 always enough?
    suggest 50
    (I blew 30 in testing)

    cheers
    ---
    Last edited by Bryan Hessey; 10-06-2006 at 08:12 PM.

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