Build Interactive Quizzes & MCQs

Microsoft Excel works not only to crunch numbers and display them as charts but also to create interactive experiences such as quizzes and MCQ (Multiple Choice Question) systems. So, whether you are an educator, a trainer, or just a person who wants to build a self-assessment tool for fun, Excel can seamlessly do that for you with little or no code! 

This blog post will take you through the building of a quiz system in Microsoft Excel. 


🎓 Why Build a Quiz in Excel?

  • Easy to use; anybody can do it
  • Requires no additional software 
  • Good for training, learning, onboarding, and self-assessments for students
  • Provides easy automation and instant scoring

🧱 Step-by-Step: How to Build Your Quiz System in Excel

1. Create a Question Table

Organize your quiz data into a table that looks like this:

  • Question
  • Option A
  • Option B
  • Option C
  • Option D
  • Correct Answer
  • User Response

Now convert this range into a Table by pressing Ctrl + T for easy referencing.

2. User Input Column

Leave the 'User Response' column empty for the user to type in their answers (A, B, C, or D).

3. Scoring Formula

After that, add another column named Score and give it the following formula:

 =IF([@User Response]=[@Correct Answer], 1, 0) 

In this case, a point is given for any correct answer and no points for any incorrect one.

4. Total Score Summary

At the top or bottom of your sheet, calculate the total score:

 =SUM(Table1[Score]) 

You can also calculate a percentage score:

 =SUM(Table1[Score])/COUNTA(Table1[Question])*100 

5. Use Conditional Formatting

Highlight correct and incorrect answers by applying Conditional Formatting to color the User Response column:

  • Green for correct
  • Red for incorrect

6. Use Data Validation for Dropdowns

Make answering a question easier with Data Validation:

  1. Select the User Response column.
  2. Go to Data -> Data Validation.
  3. Allow: List; Source: A,B,C,D 

With just tables, formulas, and formatting, you can create a fully functional quiz or MCQ system in Excel that evaluates performance instantly and visually. Whether you’re building quizzes for a classroom or interactive learning tools for corporate training, Excel delivers a cost-effective and user-friendly solution.

Try it today and explore more advanced automation options, such as macros or buttons, as your skills grow!


🎓 Learn More with Other Levels

Take your Excel skills to the next level:


✍️ Other Articles, Tips & Tricks you would like:


Work Faster, Smarter, Productively and Efficiently with Other Levels Dashboard Template 

Latest Stories

View all

Use Microsoft Excel on Mobile Devices Efficiently

Take your spreadsheets on the go! With Excel Mobile, manage data, edit reports, collaborate in real time, and update dashboards, right from your phone or tablet. Perfect for remote work, travel productivity, and cloud-powered business tasks.

Read more

How to Add Comments and Notes in Microsoft Excel

Enhance your spreadsheet workflow using Excel's Comments and Notes, perfect for team collaboration, remote reviews, feedback loops, and self-documenting reports. Streamline communication and reduce errors with built-in annotation tools.

Read more

Create QR Codes in Microsoft Excel Using Web Add-ins

Learn how to generate QR codes directly in Excel using Web Add-ins for interactive dashboards, inventory logs, event invites, and mobile-friendly invoices. No design software needed, just dynamic, scannable power built into your spreadsheet.

Read more