+ Reply to Thread
Results 1 to 4 of 4

Extract row for specific cells with Criterias based on count of word

  1. #1
    Forum Contributor
    Join Date
    02-15-2016
    Location
    India
    MS-Off Ver
    2016
    Posts
    657

    Extract row for specific cells with Criterias based on count of word

    Hello Friends

    In the Column B for the `ABC dmkijtfsh' and if the word `Faco' is there then need to extract the row for specific cells (Column H, K, AA & AT) based on count of word `Fako'.

    In attached excel refer the required result in Sheet 2 Light yellow (Fako count 1), light red (Fako count 2) and light green cells (Fako count >2), Sheet 3 shows the after filtered view for better understanding.

    Reference Forum :
    https://www.excelforum.com/excel-for...ml#post5166502


    thanks in advance

    Sekar
    Sekar

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,420

    Re: Extract row for specific cells with Criterias based on count of word

    This proposal employs a helper column (AW) which may be moved and/or hidden for aesthetic purposes.
    The helper column is populated using: =IF(B4="ABC dmkijtfsh",(LEN(H4)-LEN(SUBSTITUTE(H4,AW$3,"")))/LEN(AW$3),0)
    The tables on Sheet 2 are populated using formulas similar to: =IFERROR(INDEX(Sheet1!A$4:A$87,AGGREGATE(15,6,(ROW($A$4:$A$87)-ROW($A$3))/(Sheet1!$AW$4:$AW$87=1),ROWS($A$1:$A1))),"")
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  3. #3
    Forum Contributor
    Join Date
    02-15-2016
    Location
    India
    MS-Off Ver
    2016
    Posts
    657

    Re: Extract row for specific cells with Criterias based on count of word

    Hello JeteMx

    Thanks for your formula, Please find the attached sheet, i got the formulas without any helpher.

    Thanks again.

    Sekar

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,420

    Re: Extract row for specific cells with Criterias based on count of word

    Glad that you got a solution with which you are satisfied. Thank You for marking the thread as 'Solved'. I hope that you have a blessed day.

+ 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. [SOLVED] Extract row for specific cells with 2 Criterias
    By Sekars in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 08-09-2019, 12:39 AM
  2. Replies: 16
    Last Post: 04-10-2016, 07:51 AM
  3. [SOLVED] count how many times a word shows up for 2 criterias
    By denny112 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-16-2014, 10:05 PM
  4. [SOLVED] Count cells within a specific date range that contain a specific word
    By oneillp1 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-23-2014, 08:34 AM
  5. [SOLVED] Need help with creating formula to count cells based on 2 criterias
    By Titleistseemore in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 02-11-2013, 03:00 AM
  6. [SOLVED] Extract a single number after a specific word that shows up in some cells and not others
    By Trovis84 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 10-11-2012, 01:09 AM
  7. word count within specific cells
    By chuckwag0n in forum Excel General
    Replies: 3
    Last Post: 05-23-2012, 11:09 AM

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