+ Reply to Thread
Results 1 to 3 of 3

I need help

  1. #1
    Registered User
    Join Date
    04-15-2006
    Posts
    7

    I need help

    could some one please help ? i have created a workbook that i want to use for a test system. treat it like a survey and have dropdows that they pik the answer, and it picks from 1-4 depending on their choice, and its put on the results worksheet. Then i have a "correct or not?" row that has eihter TRUE or FALSE if the student picked the correct answer according to the answer key (another worksheet)
    i want to try and figure out a way that if i make up a 100 questions and i use this method of having true or false, how can i calculate how manye false vs true are there and get a percentage?
    so if the miseed 4 questions (4 false) then the result is 96%

    i am new to this excel world, but im trying to learn, if there is a eaier way to do this, please advise. thanks in advance...

    Ironwig

  2. #2
    Delordson Kallon
    Guest

    RE: I need help

    Use the COUNTIF function to count the number of occurences of False then
    divide by the total number of questions and format as a percentage.

    Thanks
    Delordson Kallon
    http://www.instantsoftwaretraining.com

    "Ironwig" wrote:

    >
    > could some one please help ? i have created a workbook that i want to
    > use for a test system. treat it like a survey and have dropdows that
    > they pik the answer, and it picks from 1-4 depending on their choice,
    > and its put on the results worksheet. Then i have a "correct or not?"
    > row that has eihter TRUE or FALSE if the student picked the correct
    > answer according to the answer key (another worksheet)
    > i want to try and figure out a way that if i make up a 100 questions
    > and i use this method of having true or false, how can i calculate how
    > manye false vs true are there and get a percentage?
    > so if the miseed 4 questions (4 false) then the result is 96%
    >
    > i am new to this excel world, but im trying to learn, if there is a
    > eaier way to do this, please advise. thanks in advance...
    >
    > Ironwig
    >
    >
    > --
    > Ironwig
    > ------------------------------------------------------------------------
    > Ironwig's Profile: http://www.excelforum.com/member.php...o&userid=33527
    > View this thread: http://www.excelforum.com/showthread...hreadid=533207
    >
    >


  3. #3
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,480
    If you want to learn how to make drop down lists check out these sites

    here's a little video to learn datavalidation,

    http://www.datapigtechnologies.com/f...alidation.html

    and here is a site to read about data validation and drop down lists

    http://www.contextures.com/xlDataVal01.html

    you could then have an if statement such as
    =If(A1="the correct answer",1,0)

    this will input the value of 1, if the answer is correct

    then total the scores and get a percentage
    Last edited by davesexcel; 04-16-2006 at 10:29 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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