+ Reply to Thread
Results 1 to 2 of 2

Trying to find the most common wrong question.

  1. #1
    Forum Contributor
    Join Date
    01-09-2016
    Location
    USA,USA
    MS-Off Ver
    2016
    Posts
    1,192

    Trying to find the most common wrong question.

    I need to be able to determine which question is most frequently missed. Issue is that the format it comes in is not easy conducive to determine that. I don't know if there is a way to determine that with a macro. Right now it looks like this

    1. Question
    yes - # - %
    No - # - %
    N/A - # - %
    Total - # - %
    2. Question
    yes - # - %
    No - # - %
    N/A - # - %
    Total - # - %

    Something as simple as a table with the left column being the question #, second column being yes#, third being no# and fourth being N/A%. Like this maybe?

    # - Yes - No - N/A
    1 - 3 - 0 - 0
    2 - 1- 1- 1
    Attached Files Attached Files

  2. #2
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,887

    Re: Trying to find the most common wrong question.

    With your current structure, you can just use OFFSET/INDEX function.
    When F column holds Q# from 1 to 13 (F3:F15)
    In G3:
    =OFFSET($C$2,($F3-1)*5+COLUMN(A1)-1,,)
    Or...
    =INDEX($C:$C,($F3-1)*5+2+COLUMN(A1)-1)

    Copy down and across.

    See attached.
    Attached Files Attached Files
    ?Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.?
    ― Robert A. Heinlein

+ 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. Find the most common combination of 3
    By SAE.01 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-01-2020, 12:04 PM
  2. [SOLVED] Find most common value in a group
    By heytherejem in forum Excel General
    Replies: 2
    Last Post: 08-24-2017, 11:36 AM
  3. [SOLVED] find most common name in a column
    By sealpino in forum Excel General
    Replies: 13
    Last Post: 02-06-2017, 10:33 AM
  4. How to find out last 5 digits which are common
    By nagesh.tvsr in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-01-2014, 04:03 AM
  5. Probably a common one: Find next empty row ....
    By papuanewguinea in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-14-2013, 05:08 PM
  6. How to find the most common numbers?
    By alikirca20 in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 02-04-2013, 09:34 AM
  7. trying to find second most common number
    By kyle2636 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-29-2009, 03:04 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