+ Reply to Thread
Results 1 to 3 of 3

finding most frequent/occurring word in a table, not only just a column or row

  1. #1
    Registered User
    Join Date
    09-07-2017
    Location
    Jakarta
    MS-Off Ver
    13
    Posts
    2

    finding most frequent/occurring word in a table, not only just a column or row

    Hey everyone, I'm wondering how to find the most frequent or occuring word or non-numerical value in a table/matrix, not only in a single row or column. I've been trying to get the answer in forums and have tried to figure it out but I just can't.
    Below is the example of my table:

    fuscalc.png

    and i've uploaded the .xlsx file
    thankyou so much for the help
    Attached Files Attached Files

  2. #2
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: finding most frequent/occurring word in a table, not only just a column or row

    with
    =INDEX(B$2:N$14,MIN(IF(NOT(COUNTIF(D$15:D15,B$2:N$14)),ROW($1:$13))),MOD(MIN(IF(NOT(COUNTIF(D$15:D15,B$2:N$14)),ROW($1:$13)+COLUMN(A:M)%%)),1)/1%%)
    or one array formula
    =INDEX(B2:N14,MIN(IF(COUNTIF(B2:N14,B2:N14)=MAX(COUNTIF(B2:N14,B2:N14)),ROW(B2:N14)-1)),MIN(IF((COUNTIF(B2:N14,B2:N14)=MAX(COUNTIF(B2:N14,B2:N14)))*(ROW(B2:N14)-1=MIN(IF(COUNTIF(B2:N14,B2:N14)=MAX(COUNTIF(B2:N14,B2:N14)),ROW(B2:N14)-1))),COLUMN(B2:N14)-1)))
    Attached Files Attached Files
    Last edited by tim201110; 09-07-2017 at 04:23 PM. Reason: better solution

  3. #3
    Registered User
    Join Date
    09-07-2017
    Location
    Jakarta
    MS-Off Ver
    13
    Posts
    2

    Re: finding most frequent/occurring word in a table, not only just a column or row

    thank you so much for your help, little bit confused at first but I think I get it now.
    once again thank you and I appreciate it so much

+ 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. Finding k most occurring text excluding previous results. Please Help
    By LeanneR in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-20-2017, 10:12 AM
  2. Replies: 13
    Last Post: 09-29-2015, 11:22 AM
  3. Finding Most Frequently Occurring Combinations
    By seanpalmgren in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-18-2015, 04:01 PM
  4. Find and display the most occurring word in a row.
    By SMLTL in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-30-2013, 07:52 PM
  5. Find most occurring text within a Table column
    By XxCMoneyxX in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-27-2012, 09:44 PM
  6. [SOLVED] Finding the number occurring 2nd, 3rd, 4th, 5th most often
    By impact18 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-15-2012, 02:42 PM
  7. [SOLVED] Finding the most frequent occurances
    By Bear in forum Excel General
    Replies: 4
    Last Post: 11-07-2005, 02:35 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