Free Assessment · No Email Required

Excel Proficiency Test

Fifteen real questions, scored the moment you finish, with an explanation for every single one. Most people are somewhere in the middle and are surprised by which half they lose points in. Take about four minutes, find out where the gaps actually are, and get pointed at the class that fixes them.

Fifteen multiple choice questions across five skill areas. No timer, no sign up, and nothing is saved.

0 of 15
Area 1 of 5

Formulas and References

Question 1
Which formula adds every value from cell A1 through A10?
Question 2
In the reference =$B$2, what do the dollar signs do?
Question 3
What does =COUNTA(A1:A20) count?
Area 2 of 5

Lookups and Matching

Question 4
What can XLOOKUP do that VLOOKUP cannot?
Question 5
Your VLOOKUP returns #N/A. What is the most likely cause?
Question 6
In =VLOOKUP(A2,B:D,3,FALSE), what is FALSE doing?
Area 3 of 5

Tables and Data Cleanup

Question 7
You select a cell in your data and press Ctrl + T. What happens?
Question 8
You have 4,000 rows and need every "Yes" changed to "True". What is the fastest correct approach?
Question 9
When you run Remove Duplicates, how does Excel decide what counts as a duplicate?
Area 4 of 5

PivotTables and Analysis

Question 10
What is a PivotTable primarily for?
Question 11
You added 200 new rows, refreshed your PivotTable, and the new rows are missing. Why?
Question 12
What does conditional formatting actually do?
Area 5 of 5

Logic, Errors and Protection

Question 13
Cell B2 contains the number 100. What does =IF(B2>100,"Over","Under") return?
Question 14
You want colleagues to enter data but never change your formulas. What actually achieves that?
Question 15
What is IFERROR used for?
Answer all three questions on this page before moving on.

What This Excel Proficiency Test Measures

Most Excel self-assessments ask you how confident you feel. That tells you very little, because confidence and competence come apart badly in Excel. People who have used it daily for a decade routinely score in the middle, because they learned one path through the program and never needed a second. This test asks fifteen questions with actual right answers instead.

The fifteen questions are split evenly across five areas, three questions each. That split is deliberate. A single overall number hides the thing you most need to know, which is where the points went missing. Someone who scores 9 out of 15 with all six lookup and pivot questions wrong needs something completely different from someone who scores 9 with the losses spread evenly.

The Five Areas Covered

Formulas and references

SUM and COUNTA, and what a dollar sign is doing in a reference. Absolute references are the single most common gap in people who have used Excel for years without formal training, and it quietly breaks every formula they copy.

Lookups and matching

VLOOKUP, XLOOKUP, why #N/A appears and what the final argument controls. Lookups are where most business spreadsheets either work or silently return the wrong number.

Tables and data cleanup

Ctrl + T, Find and Replace, and how Remove Duplicates decides what a duplicate is. This is the area where people lose the most time doing manually what takes one dialog box.

PivotTables and analysis

What a pivot is for, why it stops picking up new rows, and what conditional formatting does and does not change. The pivot refresh question catches almost everyone the first time.

Logic, errors and protection

IF statements and their boundary behavior, IFERROR, and how sheet protection actually works. The IF question turns on whether the comparison is greater than or greater than or equal to, which is a distinction that causes real reporting errors.

How to Read Your Score

Three bands, and a recommendation attached to each. None of them is a verdict on how good you are at your job.

Score Bands
0 to 7Foundations firstThe gaps are in things used every day, so the return on fixing them is immediate
8 to 11Solid with holesTypical of self-taught users. Check which areas lost points, then fill those
12 to 15Advanced readyThe fundamentals are there. Time to spend on dashboards, automation and modeling

Scoring 8 to 11 is the most common outcome by a wide margin, and it is also the least useful number on its own. That band is where the per-area breakdown matters most, because two people with the same score can need opposite things.

What the Score Does Not Tell You

Worth saying plainly, because self-assessments get over-read.

It is not a certification

Nothing here is accredited and there is no certificate. If you need a formal credential for a job application, the Microsoft Office Specialist Excel exam is the recognised one.

Fifteen questions cannot cover everything

Power Query, Power Pivot, VBA, array formulas and financial modeling are all absent. A high score means the fundamentals are sound, not that there is nothing left to learn.

Recognition is easier than recall

Multiple choice flatters you. Picking the right answer from four options is easier than producing it in a blank spreadsheet on a deadline, so treat a strong score as a floor rather than a ceiling.

Where People Usually Lose Points

⚠️

The IF boundary question

When B2 is exactly 100, greater than 100 is false, so the formula returns the second argument. People read it quickly and answer with the first. In a real report, that off-by-one puts every borderline record in the wrong bucket.

⚠️

Pivot tables and new rows

The pivot refreshed, so it must be current. It is not, because the source was a fixed range that did not grow with the data. This is the most common cause of a stale dashboard that nobody notices for a month.

⚠️

Sheet protection

An open password protects the file, not the formulas. Every cell is locked by default and that lock only takes effect once the sheet is protected, so the actual sequence is to unlock the input cells first, then protect.

⚠️

Conditional formatting versus data validation

Conditional formatting changes how a cell looks. Data validation controls what can be typed into it. Confusing the two leads to rules that highlight bad data instead of preventing it.

⚠️

Absolute references

Plenty of people know what the dollar sign looks like without knowing what it does, because they have only ever pressed F4 when a copied formula broke. Knowing why it broke is what stops it happening again.

Beyond the Spreadsheet

3 Signs Excel Skill Is Not the Bottleneck.Handled in Updoot.

Sometimes a high score and a slow process are the same spreadsheet.

👥
The problem is
Everyone edits their own copy of the file
Work Management
One record, one version, everyone current
📊
The problem is
The dashboard is rebuilt by hand every month
KPI Tracking
Numbers update themselves as work moves
🔑
The problem is
One person understands how the file works
SOPs and Process
The process lives in the system, not a head

Free 14-day trial. No credit card required.

Frequently Asked Questions

Is this Excel proficiency test free?

Yes. The test is free, there is nothing to buy and no email address is required to see your score. Your result appears on the page the moment you finish the last question.

How long does the Excel proficiency test take?

Most people finish in three to five minutes. There are fifteen multiple choice questions with no timer, so you can take as long as you want on any single question.

What does the Excel proficiency test cover?

Five areas, three questions each: core formulas and references, lookups, tables and data cleanup, PivotTables and analysis, and logic with sheet protection. These are the skills that come up most often in day to day business use.

Do I get to see which questions I got wrong?

Yes. After you submit, every question is listed with your answer, the correct answer and a short explanation of why. That review is the most useful part of the test, because it shows you exactly which topics to work on.

Is this an official or certified Excel exam?

No. This is a free self-assessment, not a Microsoft certification. It is designed to place you in the right course quickly. If you need a formal credential, look at the Microsoft Office Specialist Excel certification instead.

What is a good score on the Excel proficiency test?

Twelve or higher out of fifteen means you have solid working knowledge and are ready for advanced material. Eight to eleven is typical for someone who uses Excel regularly but learned it piecemeal. Seven or below means the fundamentals will pay off fastest.

Can I retake the Excel proficiency test?

As many times as you like. Nothing is stored and there is no limit. Retaking after working through a course is a reasonable way to check what actually stuck.

Do I need a particular version of Excel to answer these questions?

No. Every question applies to Excel 2016 and later, including Microsoft 365 and Excel for Mac. One question mentions XLOOKUP, which is Microsoft 365 only, but knowing what it does is enough to answer it.

Which course should I take after the test?

Your result recommends one directly. Lower scores are pointed to Excel Foundations, which builds from the basics, and higher scores to the Excel Xpert Collection, which covers advanced formulas, dashboards and automation.

Is my score saved or shared anywhere?

No. Scoring happens in your browser and nothing is sent anywhere or stored. Refreshing the page clears the result entirely.

Can I use this to test job candidates?

You are welcome to send candidates the link, though bear in mind it is public and the answers are visible in the page source to anyone who looks. It works better as a conversation starter than as a gate.

Why are the courses free?

The Excel training is free because it is how most people find XecuteTheVision. The paid products are the workbook bundles and the Updoot platform, and neither is required to work through any lesson.

Know your score. Now close the gap.

Every lesson in both Excel courses is free to watch, with no account and no email required. Start wherever your result pointed you.

Browse the Free Excel Courses →