+ Reply to Thread
Results 1 to 8 of 8

Counting value recurrence by index

Hybrid View

  1. #1
    Registered User
    Join Date
    03-09-2013
    Location
    Poland
    MS-Off Ver
    Microsoft 365 Apps
    Posts
    25

    Question Counting value recurrence by index

    Hello

    In my spreadsheet, I have the results of research.

    In the column, B3:B75 the skills are listed.
    In range C3:G75 it marks whether a particular company is seeking that skill (mostly through the index "Yes").

    Now I need to know which skills are the most required (appearing the most) across all companies, which ones are less important and so on...

    For example:
    • Vision - 4
    • Market Research & Analysis - 2, etc.

    COUNTIF is not an option, as the occurrence does not consider the value itself but an index for it.

    Any help or hint greatly appreciated.

    /Marat
    Attached Files Attached Files
    Last edited by marmanlive; 09-30-2022 at 05:27 AM.

  2. #2
    Forum Guru HansDouwe's Avatar
    Join Date
    06-21-2022
    Location
    Nederland
    MS-Off Ver
    365 V2403 (Build 17330.20000)
    Posts
    6,466

    Re: Counting value recurrence by index

    Why is the result of vision 14?
    I only see sheet research checklist whit 1 skill Vision and 4 Yeses?

  3. #3
    Registered User
    Join Date
    03-09-2013
    Location
    Poland
    MS-Off Ver
    Microsoft 365 Apps
    Posts
    25

    Question Re: Counting value recurrence by index

    It's from the original file before I cut out the info for attaching the spreadsheet.
    Just changed the info in the first post, thank you @HansDouwe
    Sorry for confusion
    Last edited by marmanlive; 09-30-2022 at 05:29 AM.

  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. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,997

    Re: Counting value recurrence by index

    Mock up a few rows of sample results data manually - put it where you want to se it in the format you want.
    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.

  5. #5
    Registered User
    Join Date
    03-09-2013
    Location
    Poland
    MS-Off Ver
    Microsoft 365 Apps
    Posts
    25

    Re: Counting value recurrence by index

    Quote Originally Posted by AliGW View Post
    Mock up a few rows of sample results data manually - put it where you want to se it in the format you want.
    Hi AliGW, not sure what you mean by that, could you please elaborate on that? Thanks

  6. #6
    Forum Guru HansDouwe's Avatar
    Join Date
    06-21-2022
    Location
    Nederland
    MS-Off Ver
    365 V2403 (Build 17330.20000)
    Posts
    6,466

    Re: Counting value recurrence by index

    An option:

    Create a helper column H: =COUNTA(C3:G3) and copy down and try
    Formula: copy to clipboard
    =CHOOSECOLS(SORT(B3:H75,7,-1),1,7)
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    03-09-2013
    Location
    Poland
    MS-Off Ver
    Microsoft 365 Apps
    Posts
    25

    Re: Counting value recurrence by index

    Thank you @HansDouwe
    that actually solved my first problem, which is to determine the occurrence rate of each skill set.
    Yet I just figured out that I can't use CHOOSECOLS-fields for the pivot tables to capture data for charts...

    Best regards

  8. #8
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    3,216

    Re: Counting value recurrence by index

    So you probably need to give us the full scenario so we can test what works and what doesn't. I have a different formula that doesn't use CHOOSECOLS, but you probably can't use it either Using the same helper column @HansDouwe uses, the formula would be:

    =SORT(CHOOSE({1,2},B3:B75,H3:H75),2,-1)

+ 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. recurrence: making code work throughout a sheet
    By Joenne in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-21-2021, 03:41 PM
  2. Excel vba how to send a daily recurrence appointment email?
    By Step01 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-28-2018, 12:07 AM
  3. [SOLVED] recurrence for task list
    By excelhelpseeker in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-28-2016, 02:06 AM
  4. [SOLVED] Timesheet Recurrence
    By Scary123 in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 08-08-2015, 12:15 PM
  5. count dates per month without recurrence
    By KALATRASH81 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-28-2014, 08:44 AM
  6. [SOLVED] vlookup to three values then get the mode according to the count of recurrence
    By wellous in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-16-2014, 02:55 PM
  7. Import from excel with recurrence
    By AMFISH in forum Outlook Programming / VBA / Macros
    Replies: 1
    Last Post: 06-18-2012, 02:31 PM

Tags for this Thread

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