Prepare for your next job interview or skill test with these top Excel multiple choice questions. This set of 100+ carefully selected MCQs covers Excel formulas, functions, shortcut keys, and data handling techniques — ideal for beginners, job seekers, and anyone looking to improve their Excel proficiency.
✅ Section 1:
- What is Microsoft Excel primarily used for?
A) Drawing
B) Writing stories
C) Spreadsheet and data management ✅
D) Web development - Which of the following is NOT a use of Excel?
A) Data analysis
B) Payroll generation
C) Watching videos ✅
D) Budget planning - What type of application is Microsoft Excel?
A) Database
B) Spreadsheet ✅
C) Presentation
D) Text editor - Which company developed Microsoft Excel?
A) Google
B) Apple
C) Microsoft ✅
D) IBM - Which file extension is used by Excel 2016 by default?
A) .docx
B) .xlsx ✅
C) .xlsm
D) .pptx - What is a “cell” in Excel?
A) A document
B) A worksheet
C) An individual box in a spreadsheet ✅
D) A formula - The horizontal rows in Excel are labeled as:
A) Numbers ✅
B) Letters
C) Roman Numerals
D) Names - What does a column in Excel represent?
A) A horizontal line
B) A vertical set of cells ✅
C) A chart
D) A diagram - What is the default number of worksheets in a new Excel workbook?
A) 1 ✅
B) 2
C) 3
D) 5 - Which tab would you use to insert charts?
A) File
B) Review
C) Insert ✅
D) View - Which shortcut is used to save a workbook?
A) Ctrl + S ✅
B) Ctrl + P
C) Ctrl + O
D) Ctrl + D - Which function key is used to edit a cell?
A) F1
B) F2 ✅
C) F4
D) F12 - What is the maximum number of rows in Excel 2016?
A) 10,000
B) 65,536
C) 1,048,576 ✅
D) 500,000 - What feature automatically adjusts the width of a column?
A) Column Break
B) Auto Width
C) AutoFit ✅
D) Smart Width - Which menu contains “Freeze Panes”?
A) Insert
B) Page Layout
C) Data
D) View ✅ - Excel charts can be found in which tab?
A) Data
B) Chart
C) Insert ✅
D) Design - Which function helps you sort data in Excel?
A) Filter
B) Sort ✅
C) Organize
D) Group - How many types of cell references are there in Excel?
A) 1
B) 2
C) 3 ✅
D) 4 - What does
Ctrl + Z
do?
A) Zoom in
B) Undo ✅
C) Save
D) Redo - Excel is part of which suite?
A) Microsoft Word
B) Microsoft Office ✅
C) Microsoft Visual Studio
D) Google Workspace - What is the default font in Excel 2016?
A) Arial
B) Calibri ✅
C) Verdana
D) Times New Roman - What is the shortcut to create a new workbook?
A) Ctrl + N ✅
B) Ctrl + M
C) Ctrl + W
D) Ctrl + C - Which of these is a valid cell address?
A) A-1
B) 1A
C) A1 ✅
D) A#1 - Excel allows how many characters in a single cell?
A) 1024
B) 32,767 ✅
C) 10,000
D) Unlimited - What does the formula bar display?
A) Chart title
B) Active formula or value ✅
C) Workbook name
D) Sheet name - What does Excel use to calculate?
A) Commands
B) Syntax
C) Formulas ✅
D) Graphics - What is the default alignment for numbers in Excel?
A) Center
B) Right ✅
C) Left
D) Justify - What is a “range” in Excel?
A) A single cell
B) A formula
C) A group of selected cells ✅
D) A graph - What is the extension of macro-enabled Excel files?
A) .xls
B) .xlsx
C) .xlsm ✅
D) .xlx - Excel is NOT used for:
A) Financial Modeling
B) Text Formatting ✅
C) Budget Planning
D) Inventory Management
✅ Section 2: Formulas in Excel (Q31–Q70)
- Which formula is used to add numbers?
A) =ADD
B) =PLUS
C) =SUM ✅
D) =TOTAL - What does
=AVERAGE(A1:A5)
do?
A) Adds all values
B) Finds maximum
C) Calculates average ✅
D) Finds minimum - What is the use of
=IF()
function?
A) Checks conditions ✅
B) Adds values
C) Joins text
D) Sorts data - What does
=VLOOKUP()
do?
A) Looks up values vertically ✅
B) Looks horizontally
C) Filters data
D) Checks spelling - What is the use of
=TRIM()
?
A) Remove numbers
B) Remove spaces ✅
C) Add spaces
D) Split text - What is
=CONCATENATE()
used for?
A) Comparing values
B) Joining text ✅
C) Finding duplicates
D) Sorting cells - What does
=LEFT("Excel",2)
return?
A) El
B) Ex ✅
C) Ec
D) xl - Which function returns current date?
A) =DATE()
B) =CURRENT()
C) =TODAY() ✅
D) =NOW() - Which function returns both current date and time?
A) =DATE()
B) =TODAY()
C) =NOW() ✅
D) =TIME() =LEN("Excel")
returns:
A) 6
B) 5 ✅
C) 4
D) Error- What does
=COUNT(A1:A10)
count?
A) Text
B) All data
C) Only numbers ✅
D) Blank cells - What does
=COUNTA(A1:A10)
count?
A) Only numbers
B) Blank cells
C) Text only
D) Non-blank cells ✅ =MID("Microsoft",2,4)
gives:
A) icro ✅
B) icro
C) Micr
D) Cro- What does
=ROUND(23.789,1)
return?
A) 23.8 ✅
B) 23.7
C) 23.79
D) 24.0 - What is
=ISNUMBER("Hello")
?
A) TRUE
B) FALSE ✅
C) Error
D) 0 - What does
=MOD(10,3)
return?
A) 3
B) 1 ✅
C) 2
D) 0 - Which function converts text to lowercase?
A) =UPPER
B) =LOWER ✅
C) =TEXT
D) =CHAR - Which function converts text to uppercase?
A) =UPPER ✅
B) =BIG
C) =CAPITAL
D) =HIGH =NOW()
gives:
A) Date
B) Time
C) Date and Time ✅
D) Calendar=ISBLANK(A1)
returns TRUE if:
A) Cell has formula
B) Cell has value
C) Cell is empty ✅
D) Cell has 0
Section 2: Formulas in Excel (Q51–Q70)
- What does
=IF(2>1, "Yes", "No")
return?
A) No
B) TRUE
C) Yes ✅
D) Error =SUM(A1:A5)
is an example of:
A) Relative referencing ✅
B) Absolute referencing
C) Mixed referencing
D) Static range- What does
=$A$1
represent?
A) Relative reference
B) Absolute reference ✅
C) Mixed reference
D) Invalid formula =A$1
is an example of:
A) Absolute reference
B) Relative reference
C) Mixed reference ✅
D) Fixed reference=MAX(10, 30, 5)
returns:
A) 5
B) 10
C) 30 ✅
D) 15=MIN(4, 6, 9, 1)
returns:
A) 6
B) 1 ✅
C) 4
D) 0=POWER(2,3)
gives:
A) 8 ✅
B) 6
C) 9
D) 23- What does
=TEXT(44561,"dd-mm-yyyy")
return?
A) Cell format
B) Date ✅
C) Number
D) Time =INT(4.9)
returns:
A) 5
B) 4 ✅
C) 0
D) 1=RANK(10,A1:A10)
gives:
A) Row number
B) Column number
C) Position of 10 in range ✅
D) Sorting=PROPER("excel formulas")
returns:
A) excel formulas
B) Excel Formulas ✅
C) EXCEL FORMULAS
D) Excel formulas- What does
=ABS(-10)
return?
A) -10
B) Error
C) 10 ✅
D) 0 =REPT("x",5)
returns:
A) x
B) xxxxx ✅
C) 5
D) Error=SUBTOTAL(9,A1:A5)
performs:
A) Counting
B) Filtering
C) Sum ✅
D) Formatting=SEARCH("o","Microsoft")
returns:
A) 6 ✅
B) 5
C) TRUE
D) Error- What does
=VALUE("100")
do?
A) Converts to text
B) Returns 0
C) Converts to number ✅
D) Error - Which function returns the current system time?
A) =NOW() ✅
B) =TIME()
C) =CLOCK()
D) =DATE() - What does
=TEXT("1/1/2025","dddd")
return?
A) 2025
B) Monday (or actual day name) ✅
C) 1
D) dddd =CEILING(4.3,1)
returns:
A) 4
B) 5 ✅
C) 4.3
D) 6=FLOOR(4.9,1)
returns:
A) 5
B) 4 ✅
C) 4.5
D) 0
✅ Section 3: Common Mistakes in Excel (Q71–Q100)
- What happens if you type numbers with a leading apostrophe (
'123
) in Excel?
A) It will be stored as number
B) It will be stored as text ✅
C) It will be stored as date
D) It will not work - Using too many manual entries instead of formulas results in:
A) Less errors
B) Time saving
C) More time consumption ✅
D) Faster Excel - What does
$
sign in cell reference do?
A) Hides data
B) Highlights cell
C) Fixes row/column ✅
D) Deletes content - Which is a bad practice in Excel?
A) Using shortcuts
B) Naming worksheets
C) Not formatting data ✅
D) Backing up files - What happens if a cell has spaces only?
A) It is counted in COUNT
B) It is considered as text ✅
C) It is blank
D) It gives error - What happens if Excel formula has a typo?
A) Nothing
B) It auto-corrects
C) It gives an error ✅
D) It runs normally - To avoid mistakes, always:
A) Use trial-and-error
B) Use formulas ✅
C) Enter manually
D) Skip cell formats - How to prevent data loss in Excel?
A) Don’t use it
B) Use password
C) Keep auto-backup ✅
D) Format disk - Why should you avoid merged cells in large data sets?
A) Makes Excel faster
B) Merged cells can’t be sorted easily ✅
C) Looks better
D) Saves time - Forgetting to lock formula cells before sharing sheet causes:
A) Sheet crash
B) Formula loss ✅
C) Extra features
D) Faster performance - Using
=
without function or expression gives:
A) 0
B) Error ✅
C) Result
D) 1 - Which is the correct use of cell reference in formula?
A) A1+B1 ✅
B) A-1+B-1
C) A/B/C
D) A#B#C - Which is a common mistake when copying formulas?
A) Dragging cells
B) Not checking references ✅
C) Using keyboard
D) Using AutoSum - Pressing Enter after typing formula will:
A) Delete formula
B) Evaluate formula ✅
C) Save it as text
D) Clear sheet - What causes
#DIV/0!
error?
A) Multiplying 0
B) Dividing by zero ✅
C) Empty row
D) Merging cells - Which error appears for wrong function name?
A) #N/A
B) #NAME? ✅
C) #REF!
D) #VALUE! - What does
#REF!
error indicate?
A) Formatting issue
B) Cell reference is invalid ✅
C) Data missing
D) Typing mistake - To prevent accidental changes in formula:
A) Use color
B) Merge cells
C) Protect sheet ✅
D) Use TRIM() - Which function helps correct text formatting?
A) PROPER ✅
B) LOWER
C) CLEAN
D) TEXT - One reason Excel crashes is:
A) Too little data
B) Too many formulas without optimization ✅
C) Using UPPER()
D) Typing slowly - What should be avoided when sharing Excel files?
A) Protected sheets
B) External links ✅
C) Filters
D) Formulas - Unformatted numbers may appear as:
A) Date ✅
B) Text
C) Formula
D) Chart - Which is NOT a best practice in Excel?
A) Using charts
B) Using conditional formatting
C) Manual total entry ✅
D) Using pivot tables - What slows down Excel performance?
A) SUM()
B) Charts
C) Volatile functions ✅
D) IF() - Copy-pasting large data without formats causes:
A) Fast performance
B) Unreadable data ✅
C) Better file
D) Shortcut removal - Which is a safer format for file backup?
A) .txt
B) .xlsx ✅
C) .jpg
D) .pdf - A clean Excel sheet should:
A) Have random colors
B) Be merged everywhere
C) Use formatting, borders & headings ✅
D) Be left blank - What can prevent accidental deletion of formulas?
A) Formatting
B) Freezing panes
C) Sheet protection ✅
D) Filtering - Forgetting to use
Data Validation
can cause:
A) Wrong data entry ✅
B) More speed
C) Less errors
D) Blank rows - Which of the following is true?
A) Excel is only for accountants
B) Excel cannot be automated
C) Excel helps save time and improve accuracy ✅
D) Excel does not support logic