+ Reply to Thread
Results 1 to 4 of 4

Check for repetition and check for first 100 words and check for first sentence

  1. #1
    Registered User
    Join Date
    06-16-2022
    Location
    bali
    MS-Off Ver
    Google Sheet
    Posts
    41

    Check for repetition and check for first 100 words and check for first sentence

    Hi I need 2 formulas,

    QUESTION 1 - check for repetition:
    I need to crawl from sheet 2 colomn A1 into sheet 1 B2->B8 and count how many times the keyword has been repeated in sheet 2 colomn A1


    QUESTION 2 - Check first 100 words:
    I need to crawl from sheet 4 colomn A1 into sheet 3 B2->B5 and count how many times the keyword has been repeated in sheet 4 colomn A1 (but only for the first 100 words)


    QUESTION 3 - Check first sentence :
    I need to crawl from sheet 6 colomn A1 into sheet 5 B2->B5 and count how many times the keyword has been repeated in sheet 6 colomn A1 (but only for the first sentence)


    Please check attachment

    THANK YOU

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,371

    Re: Check for repetition and check for first 100 words and check for first sentence

    Q1:

    =(LEN(Sheet2!A$1)-LEN(SUBSTITUTE(Sheet2!A$1,A2,"")))/LEN(A2)

    Q2:

    =(LEN(LEFT(SUBSTITUTE(Sheet4!A$1," ","|",100),FIND("|",SUBSTITUTE(Sheet4!A$1," ","|",100))-1))-LEN(SUBSTITUTE(LEFT(SUBSTITUTE(Sheet4!A$1," ","|",100),FIND("|",SUBSTITUTE(Sheet4!A$1," ","|",100))-1),A2,"")))/LEN(A2)

    Q3:

    =(LEN(LEFT(Sheet6!A$1,FIND(".",Sheet6!A$1)-1))-LEN(SUBSTITUTE(LEFT(Sheet6!A$1,FIND(".",Sheet6!A$1)-1),A2,"")))/LEN(A2)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    06-16-2022
    Location
    bali
    MS-Off Ver
    Google Sheet
    Posts
    41

    Re: Check for repetition and check for first 100 words and check for first sentence

    Thank you very much again !,

    You are the best in this skill !

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,371

    Re: Check for repetition and check for first 100 words and check for first sentence

    Glad to have helped.

    Remember that you can thank those who have helped you by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of all those who offered help.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to check if excel file is Checked Out in SharePoing Check Out, run code, Check In
    By jrtraylor in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-08-2016, 04:36 PM
  2. check if sentence contains number
    By saravanan1981 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 11-22-2015, 03:34 AM
  3. Finding Vacancy Percentage Month Wise from Check in and Check out Date
    By HemZone in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 10-29-2015, 10:51 AM
  4. Automatically check one or more check boxes when a parent check box is manually checked
    By Steverizer in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-28-2013, 01:56 PM
  5. [SOLVED] Check the same values and delete if same, sort rows in sentence
    By Odeen in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-05-2013, 04:02 AM
  6. Replies: 1
    Last Post: 12-14-2012, 10:11 AM
  7. Macro to check for blank cell entry, copy previous value, and check for duplicates
    By xPunxNotDeadx in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-26-2009, 06:33 PM

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