Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8852139
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T13:19:33+00:00 2026-06-14T13:19:33+00:00

I need to create a spreadsheet that randomly draws a winner that has correctly

  • 0

I need to create a spreadsheet that randomly draws a winner that has correctly answered all questions.


Verifying Answer

I’ve added a Column ‘Correct’ which verifies the answer was properly answered. It returns QuestionID if correct and ‘Incorrect’ if FALSE.

I have another table with the answers to verify the database results.

  • 9747 | Wrong | Correct | Wrong
  • 9748 | Correct | Wrong | Wrong
  • 9749 | Wrong | Wrong | Correct
  • 9751 | Correct | Wrong | Wrong
  • 9752 | Wrong | Wrong | Correct
  • 9753 | Wrong | Wrong | Correct

Pull Possible Winners

I need to get all PersonID that have properly answered all the questions. If they incorrectly answer a question they are disqualified. Also if they failed to answer a question they are disqualified.

TableWithData

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T13:19:34+00:00Added an answer on June 14, 2026 at 1:19 pm

    I tried to follow the layout of visible in the sheet image and compiled my own sheet:
    http://www.bumpclub.ee/~jyri_r/Excel/Answers_to_quiz_correct_wrong.xls Blocks with additions are marked with light green, error situations with yellow.

    Defined C1:C200 as PersonList.

    All formulae are in row 2, if not stated otherwise.

    Column J: correct answers selected by

    =IF(AND(E2="Right",F2="Right",G2="Right"),B2,"")
    

    Column L: compiled unique list of participants by array formula (Shift-Control-Enter, curled brackets added by Excel itself, not by a user):

      {=INDEX(PersonList,MATCH(0,COUNTIF($L$1:L1,PersonList),0))}
    

    Column M: list of answers for the first question found (the first means position in a table):

    =MATCH($L2,$C$2:$C$2000,0)+1
    

    Column N: list of answers for other questions, copied further to columns O:R

    =MATCH($L2,INDIRECT("$C"&M2+1&":$C$2000"),0)+M2
    

    Column S: correct answer sought by a row number in column M. If the question wwas answered properly, question code will be displayed. The formula is copied to columns T:X.

    =(INDEX($J$1:$J$200,M2))
    

    Column Y: Winners and DQ. Array formula again:

    {=IF(SUM(IF(S2:X2="",1,0))=0,"Winner","DQ")}
    

    Now AutoFilter can be applied.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an Excel Spreadsheet that contains all my data that I need to
I need to create a webpage quite similar to Google's great Docs spreadsheet, but
i am trying to create a google document that has a paragraph automatically generated
I have a Excel spreadsheet that has two tabs, I have data on the
I'm supposed to create a program that displays an editable CSV in a spreadsheet
I have a long spreadsheet with tariff codes that I need to validate and
Suppose there is a need for building a spreadsheet-like engine that needs to be
I need create custom dialog and put JPanel into it. Is it possible?
i need create an email list sending to many emails. what is best solution
I need create clone repository. but I do not know where can I get

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.