Microsoft Excel Multiple-Choice Questions MCQs and Answers
Microsoft Excel Multiple-Choice Questions MCQs and Answers
Answers
includehelp.com/mcq/microsoft-excel-mcqs.aspx
1. Spreadsheet
2. Document
3. Data management
4. All of the above
Answer: A) Spreadsheet
Explanation:
1. msxcl
2. xcl
3. xlsx
4. xlsm
Answer: C) xlsx
Explanation:
1. Workbook.xlsx
2. Workbook1.xlsx
3. Worksheet.xlsx
4. Worksheet1.xlsx
Answer: B) Workbook1.xlsx
Explanation:
1/20
4. Shortcut key CTRL + D is used to ____.
Explanation:
1. Analysis
2. Data Entry
3. Data Management
4. Accounting
5. Budgeting
6. All of the above
Explanation:
1. Analysis
2. Data entry
3. Data management
4. Accounting
5. Budgeting
6. Data analysis
7. Visuals and graphs
8. Programming
9. Financial modelling,
10. And many more
1. Ledger
2. Book
3. Testbook
4. Workbook
Answer: D) Workbook
2/20
Explanation:
1. Unlimited
2. 65,535
3. 1,048,576
4. 1,068,576
Answer: C) 1,048,576
Explanation:
1. 26
2. 256
3. 12,834
4. 16,384
Answer: D) 16,384
Explanation:
1. 26 characters
2. 128 characters
3. 255 characters
4. 256 characters
Explanation:
3/20
10. The total number of characters that a cell contains is?
1. 32,767 characters
2. 32,768 characters
3. 65,535 characters
4. 1,32,767 characters
Explanation:
The total number of characters that a cell contain are 32,767 characters.
1. 32,767
2. 32,768
3. 65,530
4. 65,535
Answer: C) 65,530
Explanation:
1. 25
2. 50
3. 75
4. 100
Answer: D) 100
Explanation:
13. How many users can open the Excel file at the same time?
1. 64 users
2. 128 users
3. 256 users
4. 512 users
4/20
Answer: C) 256 users
Explanation:
A total number of 256 users can open the excel file at the same time. For this, the "Allow changes
by more than one user..." setting should be enabled.
1. Box
2. Cell
3. Range
4. Page Break
Answer: B) Cell
Explanation:
1. Single clicked
2. Double-clicked
3. Triple clicked
4. Right clicked
Answer: B) Double-clicked
Explanation:
16. Which logical function returns TRUE if all arguments evaluate TRUE; FALSE if not?
1. OR
2. AND
3. IF
4. ANDIF
Answer: B) AND
Explanation:
5/20
The AND() function is used to test multiple conditions and returns TRUE if all arguments evaluate
TRUE; FALSE if not.
Syntax:
17. Which logical function returns TRUE if one or more arguments evaluates to TRUE;
FALSE if all arguments evaluate to FALSE?
1. OR
2. AND
3. IF
4. ANDIF
Answer: A) OR
Explanation:
The OR() function is used to test multiple conditions and returns TRUE if one or more evaluates to
TRUE, and returns FALSE if all arguments evaluate to FALSE.
Syntax:
18. The Excel ____ function returns the Boolean value FALSE.
1. TRUEFALSE(0)
2. FALSE()
3. Both of the above
4. There is no such function
Answer: B) FALSE()
Explanation:
Syntax:
=FALSE ()
Example:
=IF(A1>18,"Young",FALSE())
6/20
19. What is the correct syntax of IF() function?
Explanation:
1. IFERROR()
2. ERROR()
3. IFNA()
4. IFTRAP()
Answer: A) IFERROR()
Explanation:
Syntax:
Example:
1. IFERROR()
2. ERROR()
3. IFNA()
4. IFERRORNA()
Answer: C) IFNA()
Explanation:
7/20
Syntax:
Example:
22. Which function is used to get a date n working days in the future or past?
1. WORKDAY()
2. DAY()
3. WORKDATE()
4. DAYM()
Answer: A) WORKDAY()
Explanation:
The WORKDAY() function is used to get a date n working days in the future or past.
Syntax:
23. Which function is used to match multiple values and returns the first match?
1. IF()
2. IFS()
3. IIF()
4. SWITCH()
Answer: D) SWITCH()
Explanation:
The SWITCH() function is used to match multiple values and returns the first match.
Syntax:
Example:
=SWITCH(G4,0,"Sun",1,"Mon",2,"Tue",3,"Wed",4,"Thu",5,"Fri",6,"Sat")
24. Which function is used to create a date with year, month, and day?
8/20
1. DATE()
2. DATEDIF()
3. DATEVALUE()
4. CURDATE()
Answer: A) DATE()
Explanation:
The DATE() function is used to create a date with year, month, and day.
Syntax:
Example:
25. Which function is used to get days, months, or years between two dates?
1. DATE()
2. DATEDIF()
3. DATEVALUE()
4. CURDATE()
Answer: B) DATEIF()
Explanation:
The DATEDIF() function is used to get days, months, or years between two dates.
Syntax:
Example:
=DATEDIF("26-08-2020","26-08-2022","y") // Returns 2
=DATEDIF("26-08-2020","26-08-2022","m") // Returns 24
=DATEDIF("26-08-2020","26-08-2022","d") // Returns 730
1. CTRL + =
2. ALT + =
3. ALT + S
4. CTRL + ALT + =
9/20
Answer: B) ALT + =
Explanation:
The keyboard shortcut to insert a SUM formula is "ALT + =". For this, select the cell range and
press "ALT+=". You will get the SUM of the values of the selected range.
27. What is the keyboard shortcut to switch between open Excel windows?
1. CTRL + TAB
2. ALT + TAB
3. CTRL + ALT + TAB
4. None of the above
Explanation:
The keyboard shortcut to switch between open Excel windows is "CTRL + TAB".
28. What is the keyboard shortcut to display the Format Cells dialog box in MS Excel?
1. CTRL + F
2. ALT + 1
3. CTRL + SHIFT + F
4. CTRL + 1
Answer: D) CTRL + 1
Explanation:
The keyboard shortcut to display the Format Cells dialog box is "CTRL + 1".
29. What is the keyboard shortcut to copy the value from the cell above the active cell into
the cell or the Formula Bar in MS Excel?
1. CTRL + SHIFT + C
2. CTRL + ALT + "
3. CTRL + SHIFT + "
4. ALT + SHIFT + "
Explanation:
10/20
The keyboard shortcut to copy the value from the cell above the active cell into the cell or the
Formula Bar is "CTRL + SHIFT + "".
30. What is the keyboard shortcut to copy a formula from the cell above the active cell into
the cell or the Formula Bar in MS Excel?
1. CTRL + '
2. ALT + '
3. CTRL + ALT + '
4. CTRL + SHIFT + F
Explanation:
The keyboard shortcut to copy a formula from the cell above the active cell into the cell or the
Formula Bar is CTRL + '.
31. What is the keyboard shortcut to view formulas instead of values in MS Excel?
1. CTRL + `
2. ALT + `
3. CTRL + ALT + `
4. CTRL + SHIFT + F
Answer: A) CTRL + `
Explanation:
32. Which symbol is used to specify the fixed columns or rows in the formula?
1. =
2. *
3. $
4. %
Answer: C) $
Explanation:
The $ symbol is used to specify the fixed columns or rows in the formula.
11/20
33. The currently selected cell address is displayed in ____.
1. Name Box
2. Formula Bar
3. Both A and B
4. None of the above
Explanation:
1. C
2. C++
3. Java
4. Visual Basic
Explanation:
Visual Basic is the programming language that is used to write a Macro in MS Excel.
1. 24
2. 23
3. 25
4. 2
Answer: B) 1.23
Explanation:
1. 1.98
2. 1.99
3. 2
12/20
4. 1.00
Answer: B) 1.99
Explanation:
Explanation:
In MS Excel, 'Merge and Center' is used to combine and centre the content of the selected cell.
38. Which feature is used to wrap extra-long text into multiple lines in MS Excel?
1. Word Wrap
2. Letter Wrap
3. Text Wrap
4. Wrap Text
Explanation:
In MS Excel, 'Wrap Text' feature is used to wrap extra-long text into multiple lines so that you can
see all text.
39. Which keyboard shortcut is used to apply 'Wrap Text' on the selected text?
1. Ctrl + H + W
2. Alt + W + H
3. Alt + H + W
4. Alt + W
Answer: C) Alt + H + W
Explanation:
13/20
The keyboard shortcut used to apply 'Wrap Text' on the selected text is Alt + H + W
40. Which feature is used to rotate the text diagonally or vertically of the selected cells in MS
Excel?
1. Orientation
2. Text Layout
3. Text Flip
4. Cell Orientation
Answer: A) Orientation
Explanation:
In MS Excel, the 'Orientation' feature is used to rotate the text diagonally or vertically of the selected
cells.
Explanation:
In MS Excel, to protect a sheet by password. Under the Review Tab, Click on Protect Sheet.
42. Under which Tab, the chart options are available in MS Excel?
1. Data
2. Insert
3. Review
4. View
Answer: B) Insert
Explanation:
14/20
43. Which chart type is used to visually compare values across a few categories?
1. Area Chart
2. Bar Chart
3. Doughnut Chart
4. Hierarchy Chart
Explanation:
In MS Excel, the Bar Chart is used to visually compare values across a few categories.
44. Which chart type is used to show trends over time and categories?
1. Area Chart
2. Bar Chart
3. Doughnut Chart
4. Hierarchy Chart
Explanation:
In MS Excel, the Bar Chart is used to show trends over time and categories.
1. Area Chart
2. Bar Chart
3. Doughnut Chart
4. Hierarchy Chart
Explanation:
In MS Excel, the Doughnut Chart is used to show the proportions of a while. It can be used when
the total of your numbers is 100%.
1. CODE()
2. CLEAN()
3. CHAR()
15/20
4. DB()
Answer: D) DB()
Explanation:
The DB() is a financial function, not a Text function, the rest of the others are text functions.
47. Which Excel function is used to get the discount rate for security?
1. DISCOUNT()
2. DISC()
3. DSC()
4. PERC()
Answer: B) DISC()
Explanation:
The DISC() function is used to get the discount rate for security.
48. What is the keyboard shortcut to insert a new comment in a cell in MS Excel?
1. F2
2. Ctrl + F2
3. Alt + F2
4. Shift + F2
Answer: D) Shift + F2
Explanation:
49. What is the keyboard shortcut to insert a new sheet in the current workbook in MS
Excel?
1. Shift + F9
2. Shift + F10
3. Shift + F12
4. Shift + F11
Explanation:
16/20
The keyboard shortcut to insert a new sheet in the current workbook is "Shift + F11".
50. Which option allows you to display all numbers which are less than 0 (negative numbers)
in red color in MS Excel?
1. Styling
2. Conditional Formatting
3. Compare Formatting
4. Special Formatting
Explanation:
By using the "Conditional Formatting" feature, we can apply special formatting based on the
conditions.
51. Under which menu, we can insert Header and Footer on the sheet?
1. Format
2. Review
3. Data
4. Insert
Answer: D) Insert
Explanation:
The header and Footer option is available in the "Insert" Menu. We can insert the Header and
Footer in the sheet by clicking on the "Header and Footer" option from "Text Group" in the "Insert"
Menu.
1. Page Layout
2. Data
3. Insert
4. Format
Explanation:
17/20
Discuss this Question
53. Which function is used to get the location of text in a string in MS Excel?
1. FIND()
2. INDEX()
3. SEARCH()
4. STRINGSEARCH()
Answer: C) SEARCH()
Explanation:
Syntax:
Example:
54. The ____ function is used to convert to text in a number format in MS Excel.
1. CONVERT()
2. TEXT()
3. NUM()
4. CONVERTTEXT()
Answer: B) TEXT()
Explanation:
55. Which function is used to remove extra spaces from the text in MS Excel?
1. REMOVE()
2. TRIM()
3. TRUNC()
4. All of the above
Answer: B) TRIM()
Explanation:
The TRIM() function is used to remove extra spaces from the text in MS Excel.
18/20
Syntax:
=TRIM (text)
Example:
Explanation:
Example:
57. Which function is used to find the sum of complex numbers in MS Excel?
1. SUM()
2. ADD()
3. CSUM()
4. IMSUM()
Answer: D) IMSUM()
Explanation:
The IMSUM() function is used to find the sum of complex numbers in MS Excel.
Example:
58. Which option displays the total number of cells, formulas, charts, tables, sheets, etc. in a
Workbook?
19/20
1. Workbook Statistics
2. Statistics
3. Excel Statistics
4. Workbook Analysis
Explanation:
Options "Workbook Statistics" displays the total number of cells, formulas, charts, tables, sheets,
etc. in a Workbook.
Explanation:
To hide and show(unhide) Headings. The correct option / step is View Menu > Show Group >
Headings.
60. Which option is used to quickly convert a range of cells to a table with its own style
converted in MS Excel?
1. Table Styles
2. Stylish Cells
3. Format as Table
4. Cells as Table
Explanation:
The option "Format as Table" is used to quickly convert a range of cells to a table with its own style
converted in MS Excel
20/20