Unlock hundreds more features
Save your Quiz to the Dashboard
View and Export Results
Use AI to Create Quizzes and Analyse Results

Sign inSign in with Facebook
Sign inSign in with Google

Think You Know Excel? Take the Ultimate Excel Quiz!

Ready for the MS Excel Assessment Quiz? Dive into Fun Excel Trivia Questions!

Difficulty: Moderate
2-5mins
Learning OutcomesCheat Sheet
Paper art style Excel quiz with spreadsheet icons formulas functions data analysis on dark blue background

Think you know your way around spreadsheets? Take our free Excel quiz to test your MS Excel skills and level up your productivity! You'll tackle a range of Excel trivia questions - from essential formulas and functions to advanced data analysis techniques - so you can see where you stand on this comprehensive Excel skills test. Ideal for students, professionals, or anyone preparing for an MS Excel assessment quiz, this engaging Excel quiz online challenge is ready whenever you are. Ready to begin? Dive into the interactive excel quiz or push your limits with the timed excel exam online now. Unlock a badge to showcase your achievement today.

What does the SUM function do in Excel?
Calculates the average of a range
Counts the number of cells with numbers
Calculates the total of a range of cells
Finds the maximum value in a range
The SUM function adds all numbers within a specified range of cells, ignoring text and empty cells by default. It is one of the most basic and widely used functions for arithmetic operations in Excel. You can quickly sum a row or column of numbers without manually adding them. Learn more about SUM.
How do you reference cell B2 in an Excel formula?
=B2
$B$2
=C2
=B3
In Excel formulas, you begin with an equals sign followed by the cell reference. Typing =B2 tells Excel to use the value in cell B2 in the computation. Using $B$2 would make it an absolute reference, which locks the cell when copying formulas. More on formula basics.
Which keyboard shortcut applies AutoSum to the selected cell?
Ctrl+Alt+A
F2
Ctrl+=
Alt+=
Pressing Alt + = on Windows activates the AutoSum feature, automatically creating a SUM formula for adjacent cell ranges. This shortcut speeds up adding up rows or columns of numbers. It works when the active cell is either directly above or to the right of the numbers you want to sum. Details on AutoSum.
What does the fill handle in Excel do?
Applies bold formatting
Adjusts column width automatically
Copies cell content or formulas to adjacent cells
Inserts new rows or columns
The fill handle is the small square in the bottom-right corner of a selected cell. Dragging it allows you to copy data or extend a series or pattern (e.g., dates, numbers). It simplifies repetitive entry and formula replication. Learn about the fill handle.
Which shortcut toggles bold formatting on selected cells?
Ctrl+I
Ctrl+U
Ctrl+B
Ctrl+R
Ctrl + B is the standard shortcut to apply or remove bold formatting in Excel, Word, and other Office applications. It highlights text or data to make it stand out. Ctrl + I applies italics, while Ctrl + U applies underline. See common shortcuts.
What is the keyboard shortcut to save a workbook in Excel?
Alt+F4
F5
Ctrl+S
Ctrl+P
Ctrl + S quickly saves the current workbook in Excel. This shortcut works across most Windows applications for saving files. Ctrl + P opens the print dialog instead. Regularly saving helps prevent data loss. More on shortcuts.
How do you sort a column of numbers in ascending order?
Use the Transpose command on the Home tab
Click the Filter button on the Data tab
Use the Remove Duplicates feature
Click the Sort A to Z button on the Data tab
Selecting the column and then choosing Sort A to Z on the Data tab arranges numbers from smallest to largest. The Filter button only adds dropdown filters. Transpose flips data orientation, and Remove Duplicates eliminates repeated entries. Sorting is essential for organizing data. Sorting details.
What does the AVERAGE function calculate?
The arithmetic mean of a range of numbers
The sum of a range of numbers
The count of numeric entries in a range
The median value in a range
AVERAGE adds all the numeric values in a range and divides by the count of those values to find the mean. It ignores empty cells and text entries. Use this for basic statistical analysis. More on AVERAGE.
What is the primary use of the VLOOKUP function?
Searches the first column of a table and returns a value from a specified column in the same row
Counts the number of occurrences in a dataset
Applies filter criteria to a range
Sorts data in ascending order
VLOOKUP looks for a value in the leftmost column of a table and returns a value from another column based on the column index number you specify. It's used for vertical lookups in structured tables. If an exact match isn't found, you can choose approximate matching when the data is sorted. VLOOKUP documentation.
Which function tests a condition and returns one value if true and another if false?
AND
NOT
OR
IF
The IF function evaluates a logical test and returns one value if the test is TRUE and another value if the test is FALSE. AND, OR, and NOT are logical operators that can be used inside IF or other functions. IF is essential for conditional logic in formulas. More about IF.
What are the two arguments required by the COUNTIF function?
Range and sum_range
Range and criteria
Criteria and sum_range
Value1 and Value2
COUNTIF requires a range to check and a criterion to apply, such as ">10" or a text match. It returns the number of cells in the range that meet the specified criteria. It's useful for quick conditional counts without complex formulas. COUNTIF details.
How do you quickly insert a basic chart based on selected data?
Select the data, then choose a chart type from the Insert tab
Use Data Tools on the Data tab
Right-click and choose Paste Special
Click Format Painter on the Home tab
To create a chart, highlight the data you want to visualize, go to the Insert tab, and select the desired chart type from the Charts group. Excel will generate the chart based on your selection. This is the fastest way to produce visual data summaries. Chart creation guide.
What does conditional formatting allow you to do?
Automatically apply formatting to cells that meet specified conditions
Generate PivotTables
Print reports with custom headers
Check spelling in selected ranges
Conditional formatting changes the appearance of cells automatically when they meet criteria you define (e.g., values above a threshold). It's used for data visualization, highlighting trends, and spotting outliers. You can apply color scales, icon sets, or custom formatting rules. More on conditional formatting.
Which feature keeps rows or columns visible while you scroll through a worksheet?
Hide Rows
Freeze Panes
Group
Split Text
Freeze Panes locks specified rows and/or columns in place so they remain visible as you scroll. It's often used to keep headers in view. The option is found on the View tab in the Window group. Details on Freeze Panes.
What is the purpose of the CONCATENATE (or CONCAT) function?
Convert text to uppercase
Subtract one text string from another
Join two or more text strings into one string
Find the length of a text string
CONCATENATE (or CONCAT in newer Excel versions) merges multiple text strings into a single string. It's useful for combining names, addresses, or any text pieces. You can also use the & operator for the same purpose. Learn more about CONCATENATE.
Which shortcut opens the Find dialog box in Excel?
Ctrl+H
Ctrl+F
Ctrl+G
F12
Ctrl + F opens the Find dialog, allowing you to search for text, numbers, or formats within your worksheet. Ctrl + H opens Replace, Ctrl + G opens the Go To box, and F12 is Save As. Efficient searching speeds up navigation in large workbooks. More shortcuts.
Which function retrieves a value from a table based on a given row and column number?
OFFSET
HLOOKUP
INDEX
VLOOKUP
INDEX returns the value of a cell in a table based on the specified row and column numbers. Unlike VLOOKUP or HLOOKUP, it doesn't require the lookup value to be in the first row or column. It's often paired with MATCH for dynamic lookups. INDEX function details.
What symbol denotes an absolute reference in a cell address?
Asterisk (*)
Percent sign (%)
Dollar sign ($)
Ampersand (&)
Using $ before the column letter or row number (for example $A$1) creates an absolute reference that does not change when copied. Without $, references adjust relative to their new location. Mixed references lock either row or column only. Absolute vs relative references.
What is the main benefit of using a PivotTable?
Automate repetitive data entry
Create macros without writing VBA
Quickly summarize and analyze large datasets interactively
Apply conditional formatting rules
A PivotTable allows you to drag and drop fields to group, summarize, and filter large amounts of data dynamically. It provides instant subtotals and grand totals and can quickly change views without altering the source data. It's a powerful tool for data analysis. PivotTable guide.
Which feature lets you restrict cell input to a predefined list of values?
Goal Seek
Conditional Formatting
Data Validation with List
Table Styles
Data Validation's List option creates a dropdown in the cell, limiting input to items you specify. This ensures consistent data entry and reduces errors. It's commonly used for categories or predefined choices. Data Validation overview.
Why are named ranges useful in Excel formulas?
They convert text to numbers
They secure worksheets with a password
They automatically sort data
They make formulas easier to read and manage
Named ranges let you assign meaningful names (e.g., SalesData) to cell ranges, making formulas more understandable. This helps reduce errors and simplifies formula auditing. Named ranges also automatically adjust if the range is resized when defined as a table. Learn about named ranges.
What does Power Query allow you to do?
Track changes by multiple users
Import, clean, and transform data from multiple sources
Create 3D charts
Design custom functions in VBA
Power Query is a self-service ETL tool built into Excel for connecting to various data sources, cleaning, shaping, and combining data. It records each transformation step and refreshes data easily. It's ideal for preparing large datasets before analysis. Power Query introduction.
What advantage does combining INDEX and MATCH offer over VLOOKUP?
Automatically creates PivotTables
Reduces workbook file size by 50%
Generates conditional formatting rules
Allows lookups to the left of the key column and is more flexible
Using INDEX with MATCH enables lookups in any direction, including to the left of the lookup column - something VLOOKUP can't do. It also avoids errors when columns are added or removed because it uses cell positions dynamically. This combination is more robust in complex worksheets. INDEX/MATCH vs VLOOKUP.
What is one key advantage of the XLOOKUP function compared to VLOOKUP?
It only works with sorted data
It defaults to exact match and can search both left and right
It was introduced in Excel 2003
It uses less memory than any other function
XLOOKUP defaults to exact match, eliminating the need for a FALSE argument and reduces errors. It also allows you to lookup values in any direction - left, right, above, or below. This makes it a more versatile replacement for VLOOKUP and HLOOKUP. XLOOKUP documentation.
How do you record a macro in Excel?
Open the Review tab and click Track Changes
Go to the Developer tab and click Record Macro
Go to the Data tab and click Data Validation
Select the View tab and click Freeze Panes
To record a macro, enable the Developer tab in Excel settings, then click Record Macro to capture your actions. Excel will generate VBA code based on recorded steps. This helps automate repetitive tasks without manual coding. Guide to recording macros.
0
{"name":"What does the SUM function do in Excel?", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"What does the SUM function do in Excel?, How do you reference cell B2 in an Excel formula?, Which keyboard shortcut applies AutoSum to the selected cell?","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}

Study Outcomes

  1. Understand essential Excel formulas and functions -

    Master how to use and differentiate between common formulas and functions, reinforcing your knowledge through targeted Excel quiz questions.

  2. Apply practical data analysis techniques -

    Learn to sort, filter, and summarize data sets effectively, practicing key skills found in our MS Excel assessment quiz for real-world scenarios.

  3. Evaluate spreadsheet troubleshooting skills -

    Identify and fix common errors like #DIV/0! and #REF! by testing your problem-solving abilities with interactive Excel trivia questions.

  4. Develop efficient worksheet workflows -

    Discover shortcuts and best practices to streamline tasks, enhancing productivity and time management in your daily Excel use.

  5. Assess overall Excel proficiency -

    Benchmark your skills against a variety of difficulty levels in this free Excel quiz online, pinpointing areas for further improvement.

Cheat Sheet

  1. Master Cell References -

    Understanding how relative (e.g., A1) versus absolute (e.g., $A$1) references work is crucial for replicating formulas across cells; remember "$ locks" both column and row. Named ranges (Formulas > Define Name) add clarity, so you can use SalesTotal instead of $B$2:$B$20. This tip is backed by Microsoft's official Excel documentation.

  2. Use Basic Aggregation Functions -

    Functions like SUM, AVERAGE, MIN, and MAX let you quickly calculate totals and trends; try =SUM(B2:B10) to total sales. Pair SUM with SUMIF (e.g., =SUMIF(A2:A10,"East",B2:B10)) for conditional aggregation to target specific criteria. Many academic courses cite these as foundational in spreadsheets.

  3. Leverage Logical and Conditional Formulas -

    Logical functions such as IF, AND, OR help make decisions directly in cells; for example =IF(A1>100,"High","Low") returns text based on criteria. Use nested IFs or combine with functions like SUMIF/SUMIFS to aggregate conditional results efficiently. Best practices from data analysis research emphasize clean logical tests for transparent models.

  4. Implement Efficient Lookup Functions -

    XLOOKUP (e.g., =XLOOKUP("ProdA",A2:A100,B2:B100,"Not found")) replaces older VLOOKUP/HLOOKUP by effortlessly searching left or right. Practice with INDEX/MATCH combos too - INDEX returns a value by position and MATCH finds its location, ensuring flexible lookups. Microsoft's official resources and various data science journals note XLOOKUP as the modern standard.

  5. Create and Customize PivotTables -

    PivotTables enable you to summarize and analyze large datasets without writing complex formulas; go to Insert > PivotTable and drag fields to rows, columns, and values areas. Adjust filters and value field settings (e.g., Show Values As % of Total) for dynamic reporting, and use slicers or timeline controls for interactive filtering. Universities often teach PivotTables as the cornerstone of business intelligence in Excel.

Powered by: Quiz Maker