+ Reply to Thread
Results 1 to 14 of 14

Scoring responses by macro

  1. #1
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Scoring responses by macro

    Hi All,

    I’m requesting for some help on a macro that will enable me to score my responses.

    In the attached:

    Tab 1:

    “Questions and Answers” has the sample responses collected. The respondent answers are given from Column C onwards
    A brief explanation of the 3 logics that am requesting help with are also provided in Column H

    Tab 2:

    The correct answers per question are given in Column C of this Tab. These are to be used for evaluation of the responses received in Tab 1
    All the incorrect responses from Tab 1 by question need to be counted and the counts to be reflected in Column D of this sheet

    Look forward to your kind help. I have over 4000 responses on this, and will do such more tests every month.

    Please let me know if anything needs further explanation.

    Thanks a bunch!


    Regards,
    Spi
    Attached Files Attached Files
    In your greatness, remain humble!

  2. #2
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Re: Scoring responses by macro

    I'm sorry on this one. But really need a help here.

    May I please request your kind assistance!

    Once again sorry for this request. Normally, I'm very patient, but somehow have this due today so struggling to analyize it.

    Deeply appreciate and value your kindest help!

  3. #3
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Re: Scoring responses by macro

    May I with all humbleness request your assistance on this. Please help!

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Scoring responses by macro

    Try this code -
    Please Login or Register  to view this content.
    Clear out the calculations in rows 27:30 and in the sheet ("Correct Answers") column D before running it.

    Copy the Excel VBA code
    Select the workbook in which you want to store the Excel VBA code
    Hold the Alt key, and press the F11 key, to open the Visual Basic Editor
    Choose Insert | Module
    Where the cursor is flashing, choose Edit | Paste

    To run the Excel VBA code:
    Choose View | Macros
    Select a macro in the list, and click the Run button
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  5. #5
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Re: Scoring responses by macro

    Thank you Arlu.

    You made my day. I'll run it right way and seek any further inputs if required.

    Really really appreciate your kind assistance

  6. #6
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Re: Scoring responses by macro

    Thank you Arlu!

    My report went well. Your VBA worked like a charm. I think I'll need 1 addition though, but let me be completely sure how it is needed.

    I am going ahead and closing the thread.

    Do I have your permission to post that addition? For today, I did it manually which took me quite a bit of time. I'll do as you suggest.

    Great help, thanks!

  7. #7
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Scoring responses by macro

    Sure, what addition?

  8. #8
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Re: Scoring responses by macro

    Sorry for the late reply.

    My request on the last bit is to be able to add data of the incorrect responses in the "Summary" tab. I've attached a sample...You'll notice that the 3rd tab has output am requesting help on.

    If a snippet could be added to the code below to facilitate this it would be great....thank you!

    Please Login or Register  to view this content.
    Thanks,
    Spi
    Attached Files Attached Files

  9. #9
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Scoring responses by macro

    Which part of the Summary sheet do you need the macro to populate? The entire sheet?

  10. #10
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Re: Scoring responses by macro

    Yes please..."The entire sheet" Sorry should have been precise in my request!

    Thank you!

  11. #11
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Scoring responses by macro

    Try this code -
    Please Login or Register  to view this content.

  12. #12
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Re: Scoring responses by macro

    Works seamlessly! Thanks again...

    You rock!

    Regards,
    Spi

  13. #13
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Scoring responses by macro

    Ok, great. We can mark this thread as solved then.

  14. #14
    Forum Contributor spiwere's Avatar
    Join Date
    01-11-2013
    Location
    IN
    MS-Off Ver
    Excel 2007
    Posts
    410

    Re: Scoring responses by macro

    Yes yes…But I think I had already marked it as “Solved” even before the addition came in, no?

    Sorry in case am missing anything....
    Last edited by spiwere; 08-19-2013 at 10:03 AM.

+ 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. Scoring help
    By kabnt2005 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-16-2013, 08:54 PM
  2. Scoring
    By LMaiuri in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-08-2013, 12:27 PM
  3. No Responses
    By DJGassman in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 11-19-2011, 07:26 AM
  4. Scoring Macro
    By jkarthi22 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-15-2008, 05:33 AM
  5. [SOLVED] Macro to check for blank responses
    By WillRn in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-31-2005, 07:05 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