Results 1 to 4 of 4

Creating a list from a questionnaire table

Threaded View

  1. #1
    Registered User
    Join Date
    02-07-2014
    Location
    California
    MS-Off Ver
    Excel 2010
    Posts
    24

    Question Creating a list from a questionnaire table

    I have a sheet with hundreds of questions, where column A is the question and column B is a number field containing the score and column C is a text field containing notes. Not all questions are answered and many are left blank. Column B may contain duplicate values (i.e. there may be multiple "10" answers if the scoring is from a range 1-10).

    I'd like to create a second sheet which creates a list. This list should contain only questions which were answered on the prior sheet. The last row should contain a sum calculation

    For example:

    FIRST SHEET
    Question 1 score notes
    Question 2
    Question 3 score notes


    SECOND SHEET
    Question 1 score notes
    Question 3 score notes
    SUMMARY total score


    I'm having a lot of trouble getting this to work, any direction I should be working towards?
    I can figure out how to use a formula to do this for one column
    (=IFERROR(INDEX(BlanksRange,SMALL((IF(LEN(BlanksRange),ROW(INDIRECT("1:"&ROWS(BlanksRange))))),ROW(A1)),1),"")) where I have created the ranged "blanksrange" and "noblanksrange"
    but then this leaves behind the other columns I need. Very confused!
    Last edited by Tpiper1; 05-19-2016 at 01:50 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How do I collate questionnaire results into a pivot table
    By DawnMad in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 03-22-2015, 09:11 AM
  2. Replies: 0
    Last Post: 02-08-2012, 05:26 AM
  3. Creating a questionnaire from range.
    By fabrecass in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-01-2011, 10:51 AM
  4. Need help in creating a survey questionnaire form
    By safisam in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-13-2008, 10:06 AM
  5. Creating questionnaire - hiding questions
    By chrisquinze in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-24-2006, 10:41 AM
  6. [SOLVED] Creating a questionnaire.....
    By Cathy W in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-24-2006, 03:45 PM
  7. Creating a Summary Table of a Student Questionnaire
    By ExcelTip in forum Tips and Tutorials
    Replies: 0
    Last Post: 08-28-2005, 10:39 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