+ Reply to Thread
Results 1 to 2 of 2

How do I create a formula for a quiz in Excel?

  1. #1
    ExcelQuestion
    Guest

    How do I create a formula for a quiz in Excel?

    I want to have a list of questions and when the answers are typed into
    corresponding cells I want the following cell to say 'True' of "False'. How
    do I create the forumla?

  2. #2
    vezerid
    Guest

    Re: How do I create a formula for a quiz in Excel?

    =(C2=__Correct Answer__) assuming the answer is in C2.

    This formula will produce the Excel logical values TRUE/FALSE. In the
    formula above, if __Correct Answer__ is expected to be text, enclose in
    double quotes. If it is supposed to be a number then no quotes.

    If you want to sum the TRUE answers, you might want to use
    =COUNTIF(E:E, TRUE)
    assuming that all formulas that return true/false are in column E:E.

    HTH
    Kostis Vezerides


+ 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