MCQ Questions and Answers
MCQ Questions and Answers
In this PDF file, you will find 50 MS Excel objective questions and answers in PDF format. Most of
the questions are very basic. As a result, anyone with a basic understanding of Excel will be able
to answer the questions. These questions will be helpful for job examinations. Moreover, you
should know the following: introduction to Excel VBA, enable the Developer tab, the basics of
an Excel spreadsheet, use of the INDEX-MATCH formula, application of the AGGREGATE,
AVERAGE, AVERAGEIF, CEILING.MATH, COUNT, COUNTBLANK, IF, IFS, COUNTIF, COUNTA,
COUNTIFS, DATEDIF, DAY, FIND, IFERROR, LEN, MROUND, RAND, RANDBETWEEN, ROW, ROWS,
SUM, SUMIF, TODAY, VLOOKUP, and XLOOKUP functions to solve them. You should use at least
Excel 2019 to solve the problems without any issues.
Problem Overview
The Excel and PDF files each contain fifty questions and their corresponding answers. The
questions are provided in the “Problem” sheet. Additionally, the answers are highlighted in the
“Solution” sheet. We can see a snapshot of the sample dataset for this article below. This dataset
represents the sales achieved by twenty employees for a particular company. The answers to the
questions are given in the last page.
Page |2
a. =INDEX(B5:B24,MATCH(RANDBETWEEN(1,20),B5:B24,0))
b. =INDEX(B5:B24,RANDBETWEEN(1,20))
c. =INDEX(B6:B25,RAND())
d. =INDEX(B6:B25,RAND(20))
10. To create a Pie Chart using the Position column, you will -
a. Select the cell range D5:D24 and select Pie Chart from the Insert tab.
b. Select the cell range D5:D24 and select Recommended Chart from the Insert tab,
and then select the Pie Chart.
c. Find the unique values and their instances and then create a Pie Chart.
d. None of these.
11. To determine the number of sales greater than $100,000 AND dates joined after 30th
April, the following formula needs to be used -
a. =COUNTIFS(F5:F24,">100000",E5:E24,">44681")
b. =COUNTIF(F5:F24,">100000")+COUNTIF(E5:E24,">44681")
c. Both a & b
d. None of these
12. To determine the number of sales greater than $100,000 OR dates joined after 30th April,
the following formula needs to be used -
a. =COUNTIFS(F5:F24,">100000",E5:E24,">44681")
b. =COUNTIF(F5:F24,">100000")+COUNTIF(E5:E24,">44681")
c. Both a & b
d. None of these
13. To calculate the average sales by the male employees, the following formula need to be
used -
a. =AVERAGEIF(C5:C24,"Male",F5:F24)
b. =AVERAGEIFS(C5:C24,"Male",F5:F24)
c. =IF(C5:C24="Male",AVERAGE(F5:F24),"")
d. =MEANIF(C5:C24,"Male",F5:F24)
14. To find the arithmetic mean, you can use the following function -
a. MEAN
b. AVERAGE
c. GEOMEAN
d. MIDPOINT
15. Shortcut to find the total of some numbers is -
a. Alt+=
b. Ctrl+=
c. Shift+=
d. Ctrl+Alt+=
Page |5
16. To insert chart from a data selection, you will need to press -
a. F5
b. F7
c. F11
d. F2
17. To open the Spelling dialog box, you need to press -
a. F5
b. F7
c. F11
d. F2
18. To bring up the custom cell Formatting press -
a. Ctrl+1
b. Ctrl+2
c. Ctrl+3
d. Ctrl+4
19. To repeat the previous action, you will need to press on -
a. F5
b. F4
c. F7
d. F3
20. The latest version of Microsoft Office is called -
a. Excel 366
b. Microsoft 365
c. Excel 2023
d. Office 365
21. The following shortcut key will open the Find and Replace dialog box, and activate the
Replace tab -
a. Ctrl+H
b. Ctrl+R
c. Ctrl+F
d. Alt+F
22. To return value from the left side of the matched value, we can use -
a. VLOOKUP Function
b. Combination of VLOOKUP and IF Functions
c. HLOOKUP Function
d. ZLOOKUP Function
23. Which formula is correct for returning the name of the salesperson for the $25,010 sales?
a. =VLOOKUP(F5,IF({1,0},F5:F24,B5:B24),2,0)
Page |6
b. =ZLOOKUP(F5,F5:F24,B5:B24)
c. =XLOOKUP(F6,F5:F24,B5:B24)
d. Both a&c
24. The cell C15 is empty and F15 is $135,430. So, the output of =C15*F15 is -
a. $135,430
b. 0
c. #VALUE!
d. #DIV/0
25. Different types of Font Formatting are available in the -
a. Home Tab
b. Insert Tab
c. Data Tab
d. Format Tab
26. There x number of functions inside the AGGREGATE Function, here the value of x is -
a. 17
b. 18
c. 19
d. 21
27. The maximum number of rows and columns in Excel are -
a. 1,048,576 columns and 16,384 rows
b. 1,048,576 rows and 16,384 columns
c. 256 columns and 65,536 rows
d. None of these
28. The last column in Excel is -
a. XFA
b. XFB
c. XFC
d. XFD
29. The first version of Excel is released in -
a. 1982
b. 1985
c. 1987
d. 1989
30. Which of the following functions will you use to determine the number of values in the
Sales column?
a. NUM
b. NUMBER
c. COUNT
Page |7
d. None of these
31. Microsoft Excel is the most popular spreadsheet program in the world. Which of the
following is the first spreadsheet program?
a. Microsoft Excel
b. Lotus 1-2-3
c. VisiCalc
d. SuperCalc
32. If you want show the current date with time, you can use -
a. =NOW()
b. =TODAY()
c. Both
d. None of these
33. The difference between the SEARCH and FIND function is -
a. The FIND function is case sensitive and the SEARCH function is not.
b. The SEARCH function is case sensitive and the FIND function is not.
c. There is no difference between them, only for compatibility, both are listed.
d. None of these.
34. The following function is not available in the VBA WorksheetFunction method
a. IF
b. COUNTIF
c. SUM
d. COUNTA
35. If there is a Red triangle in the top right corner of the cell, then it signifies -
a. There is a note in that cell.
b. The cell is formatted as text.
c. There is an error on that cell.
d. There is a circular reference.
36. If there is a Green triangle in the top left corner of the cell, then it signifies -
a. There is a note in that cell.
b. The cell is formatted as a number.
c. There is an error on that cell.
d. There is a circular reference.
37. You will press the following shortcut to bring up the VBA window -
a. Alt+F8
b. Alt+F9
c. Alt+F11
d. Alt+F7
Page |8
38. Which of the formulas will you use to round up the sales figure from cell F17 to the nearest
thousand?
a. =MROUND(F17,1000)
b. =FLOOR.MATH(F17,1000)
c. =CEILING.MATH(F17,1000)
d. =ROUNDUP(F17,1000)
39. You can assign sequential serial number (1,2,3, etc.) to the rows by using the formula and
AutoFill -
a. =ROWS($B$5:B5)
b. =ROWS(B5)
c. =ROW(B5)-3
d. Both a&c
40. Which of the following are not valid Excel functions -
a. NUM
b. MEAN
c. TRUE
d. Both a&b
41. In the VBA Cells function, the argument is Cells (x, y), which means -
a. x = row number, y = column number
b. x = column number, y = row number
c. x = row index y = column index
d. x = column index, y = row index
42. The maximum height of a row is
a. 409.5 Units
b. 403.5 Units
c. 410 Units
d. 412 Units
43. You can copy a cell by using the shortcut -
a. Ctrl+P
b. Ctrl+V
c. Ctrl+C
d. Ctrl+X
44. Which of the following functions is available but not shown in Excel Tooltip?
a. DATEVALUE
b. DATEDIF
c. KLOOKUP
d. MEAN
45. Which of the following is an absolute cell reference?
Page |9
a. F15
b. F$15
c. $F$15
d. $F15
46. Which of the following is a mixed cell reference?
a. F15
b. $F$16
c. $F$15
d. $F15
47. When you move your cursor to the bottom right corner of a cell, it turns into a plus (+)
sign. This icon is known as -
a. AutoFill Tool
b. Fill Handle
c. Fill Tool
d. Drag Handle
48. If you select a range of cells and type something, then pressing a specific shortcut will
copy the value to the selected range. Now, that shortcut key is -
a. Shift+Enter
b. Ctrl+Enter
c. Alt+Enter
d. None of these
49. If there is a VBA code in your Excel file, then you should save the file as ____ format -
a. .xlsx
b. .xls
c. .xlsm
d. .csv
50. Google has developed their own spreadsheet program, which is known as -
a. Sheets
b. Docs
c. Spreadsheet
d. Slides
Solution
1 2 3 4 5 6 7 8 9 10
d d a a b b a d b c
11 12 13 14 15 16 17 18 19 20
a b a b a c b a b b
P a g e | 10
21 22 23 24 25 26 27 28 29 30
a b a b a c b d b c
31 32 33 34 35 36 37 38 39 40
c a a a a c c c a b
41 42 43 44 45 46 47 48 49 50
a a c b c d b b c a
Conclusion
Thank you for reading this PDF. By completing this file, we hope that you have gained knowledge
about MS Excel objective questions and answers in the PDF format. You can find more like this
this on the ExcelDemy website. If you have any questions or suggestions, feel free to comment
in our site. However, remember that our website implements comment moderation. Therefore,
your comment may not be instantly visible. So, have a little bit of patience, and we will solve your
query as soon as possible. Keep excelling!