0% found this document useful (1 vote)
1K views20 pages

Microsoft Excel Multiple-Choice Questions MCQs and Answers

This document provides a set of multiple choice questions and answers about Microsoft Excel. It covers topics like Excel's default file format, keyboard shortcuts, functions, worksheet limits and more. There are a total of 29 questions provided in the document for users to test their Excel knowledge.

Uploaded by

09whitedevil90
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
1K views20 pages

Microsoft Excel Multiple-Choice Questions MCQs and Answers

This document provides a set of multiple choice questions and answers about Microsoft Excel. It covers topics like Excel's default file format, keyboard shortcuts, functions, worksheet limits and more. There are a total of 29 questions provided in the document for users to test their Excel knowledge.

Uploaded by

09whitedevil90
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 20

Microsoft Excel Multiple-Choice Questions (MCQs) and

Answers
includehelp.com/mcq/microsoft-excel-mcqs.aspx

1. Excel is a ____ program developed by Microsoft.

1. Spreadsheet
2. Document
3. Data management
4. All of the above

Answer: A) Spreadsheet

Explanation:

Excel is a spreadsheet program developed by Microsoft.

Discuss this Question

2. What is the extension of a Microsoft Excel file?

1. msxcl
2. xcl
3. xlsx
4. xlsm

Answer: C) xlsx

Explanation:

".xlsx" is the extension of a Microsoft Excel file.

Discuss this Question

3. What is the default file name of Microsoft Excel file?

1. Workbook.xlsx
2. Workbook1.xlsx
3. Worksheet.xlsx
4. Worksheet1.xlsx

Answer: B) Workbook1.xlsx

Explanation:

The default file name of Microsoft Excel file is "Workbook1.xlsx".

Discuss this Question

1/20
4. Shortcut key CTRL + D is used to ____.

1. Open font dialog box


2. Open format cells dialog box
3. Shift current cell's value in the right cell
4. Fill down in the selection

Answer: D) Fill down in the selection

Explanation:

Shortcut key CTRL + D is used to Fill down in the selection.

Discuss this Question

5. Microsoft Excel is used for?

1. Analysis
2. Data Entry
3. Data Management
4. Accounting
5. Budgeting
6. All of the above

Answer: F) All of the above

Explanation:

Microsoft Excel is typically used for:

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

Discuss this Question

6. What is the collection of worksheets called?

1. Ledger
2. Book
3. Testbook
4. Workbook

Answer: D) Workbook

2/20
Explanation:

The collection of worksheets is called a workbook.

Discuss this Question

7. The total number of rows in a worksheet?

1. Unlimited
2. 65,535
3. 1,048,576
4. 1,068,576

Answer: C) 1,048,576

Explanation:

The total number of rows in a worksheet is 1,048,576.

Discuss this Question

8. The total number of columns in a worksheet?

1. 26
2. 256
3. 12,834
4. 16,384

Answer: D) 16,384

Explanation:

The total number of columns in a worksheet is 16,384.

Discuss this Question

9. What is the column width in a worksheet?

1. 26 characters
2. 128 characters
3. 255 characters
4. 256 characters

Answer: C) 255 characters

Explanation:

The column width in a worksheet is 255 characters.

Discuss this Question

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

Answer: A) 32,767 characters

Explanation:

The total number of characters that a cell contain are 32,767 characters.

Discuss this Question

11. How many hyperlinks can be there in a worksheet?

1. 32,767
2. 32,768
3. 65,530
4. 65,535

Answer: C) 65,530

Explanation:

There can be a maximum of 65,530 hyperlinks in a worksheet.

Discuss this Question

12. How many times undo levels can be used in a worksheet?

1. 25
2. 50
3. 75
4. 100

Answer: D) 100

Explanation:

There are 100 undo levels in a worksheet.

Discuss this Question

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.

Discuss this Question

14. The intersection of a column and a row in a worksheet is called ____.

1. Box
2. Cell
3. Range
4. Page Break

Answer: B) Cell

Explanation:

The intersection of a column and a row in a worksheet is called a "Cell".

Discuss this Question

15. The fill function can be ____ to complete formulas in a range.

1. Single clicked
2. Double-clicked
3. Triple clicked
4. Right clicked

Answer: B) Double-clicked

Explanation:

The fill function can be double-clicked to complete formulas in a range.

Discuss this Question

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:

=AND (logical1, [logical2], ...)

Discuss this Question

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:

=OR (logical1, [logical2], ...)

Discuss this Question

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:

The Excel FALSE() function returns the Boolean value FALSE.

Syntax:

=FALSE ()

Example:

=IF(A1>18,"Young",FALSE())

Discuss this Question

6/20
19. What is the correct syntax of IF() function?

1. =IF (logical_test, {[value_if_true]}, {[value_if_false]})


2. =IF (logical_test, TRUE([value_if_true]), FALSE([value_if_false]))
3. =IF (logical_test: [value_if_true], [value_if_false])
4. =IF (logical_test, [value_if_true], [value_if_false])

Answer: D) =IF (logical_test, [value_if_true], [value_if_false])

Explanation:

The correct syntax of IF() function is:

=IF (logical_test, [value_if_true], [value_if_false])

Discuss this Question

20. Which function is used to trap and handle errors?

1. IFERROR()
2. ERROR()
3. IFNA()
4. IFTRAP()

Answer: A) IFERROR()

Explanation:

The IFERROR() function is used to trap and handle errors.

Syntax:

=IFERROR (value, value_if_error)

Example:

=IFERROR (A2/C2,"Please enter a value in C2")

Discuss this Question

21. Which function is used to trap and handle #N/A errors?

1. IFERROR()
2. ERROR()
3. IFNA()
4. IFERRORNA()

Answer: C) IFNA()

Explanation:

The IFNA() function is used to trap and handle #N/A errors.

7/20
Syntax:

=IFNA (value, value_if_na)

Example:

=IFNA(VLOOKUP(A5,xtable,2,0),"Error: Not found")

Discuss this Question

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:

=WORKDAY (start_date, days, [holidays])

Discuss this Question

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:

=SWITCH (expression, val1/result1, [val2/result2], ..., [default])

Example:

=SWITCH(G4,0,"Sun",1,"Mon",2,"Tue",3,"Wed",4,"Thu",5,"Fri",6,"Sat")

Discuss this Question

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:

=DATE (year, month, day)

Example:

=DATE(2022,8,26) // returns Aug 26, 2022

Discuss this Question

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:

=DATEDIF (start_date, end_date, unit)

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

Discuss this Question

26. What is the keyboard shortcut to insert a SUM formula in MS Excel?

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.

Discuss this Question

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

Answer: A) CTRL + TAB

Explanation:

The keyboard shortcut to switch between open Excel windows is "CTRL + TAB".

Discuss this Question

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".

Discuss this Question

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 + "

Answer: C) CTRL + 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 + "".

Discuss this Question

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

Answer: A) CTRL + '

Explanation:

The keyboard shortcut to copy a formula from the cell above the active cell into the cell or the
Formula Bar is CTRL + '.

Discuss this Question

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:

The keyboard shortcut to view formulas instead of values is CTRL + `.

Discuss this Question

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.

Discuss this Question

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

Answer: A) Name Box

Explanation:

Currently selected cell address is displayed in the Name Box.

Discuss this Question

34. Which programming language is used to write a Macro in MS Excel?

1. C
2. C++
3. Java
4. Visual Basic

Answer: D) Visual Basic

Explanation:

Visual Basic is the programming language that is used to write a Macro in MS Excel.

Discuss this Question

35. What is the correct value of the function? =ROUND (1.2345,2)

1. 24
2. 23
3. 25
4. 2

Answer: B) 1.23

Explanation:

The function =ROUND (1.2345,2) will return 1.23

Discuss this Question

36. What is the correct value of the function? =ROUND (1.9867,2)

1. 1.98
2. 1.99
3. 2

12/20
4. 1.00

Answer: B) 1.99

Explanation:

The function =ROUND (1.9867,2) will return 1.99

Discuss this Question

37. In MS Excel, 'Merge and Center' is used to ____.

1. Combine and centre the content of the selected cell


2. Combine and centre the content of the current row
3. Concatenate the text of the two cells and returns the text
4. None of the above

Answer: A) Combine and centre the content of the selected cell

Explanation:

In MS Excel, 'Merge and Center' is used to combine and centre the content of the selected cell.

Discuss this Question

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

Answer: D) 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.

Discuss this Question

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

Discuss this Question

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.

Discuss this Question

41. Steps for protecting a sheet by password in MS Excel?

1. Under the Review Tab, Click on Protect Current Sheet


2. Under Insert Tab, Click on Protect Sheet
3. Under Data Tab, Click on Protect Sheet
4. Under the Review Tab, Click on Protect Sheet

Answer: D) Under Review Tab, Click on Protect Sheet

Explanation:

In MS Excel, to protect a sheet by password. Under the Review Tab, Click on Protect Sheet.

Discuss this Question

42. Under which Tab, the chart options are available in MS Excel?

1. Data
2. Insert
3. Review
4. View

Answer: B) Insert

Explanation:

In MS Excel, the chart options are available in Insert Tab.

Discuss this Question

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

Answer: B) Bar Chart

Explanation:

In MS Excel, the Bar Chart is used to visually compare values across a few categories.

Discuss this Question

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

Answer: A) Area Chart

Explanation:

In MS Excel, the Bar Chart is used to show trends over time and categories.

Discuss this Question

45. Which chart type is used to show the proportions of a while?

1. Area Chart
2. Bar Chart
3. Doughnut Chart
4. Hierarchy Chart

Answer: C) Doughnut 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%.

Discuss this Question

46. Which is not a Text function in MS Excel?

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.

Discuss this Question

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.

Discuss this Question

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:

The keyboard shortcut to insert a new comment in a cell is "Shift + F2".

Discuss this Question

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

Answer: D) Shift + F11

Explanation:

16/20
The keyboard shortcut to insert a new sheet in the current workbook is "Shift + F11".

Discuss this Question

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

Answer: B) Conditional Formatting

Explanation:

By using the "Conditional Formatting" feature, we can apply special formatting based on the
conditions.

Discuss this Question

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.

Discuss this Question

52. Show/Hide Gridlines option is available in the ____ Menu.

1. Page Layout
2. Data
3. Insert
4. Format

Answer: A) Page Layout

Explanation:

In the "Page Layout" Menu, the option to show/hide gridlines available.

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:

The SEARCH() function is used to get the location of text in a string.

Syntax:

=SEARCH (find_text, within_text, [start_num])

Example:

=SEARCH("How","Hello, world! How are you?") // Returns 15

Discuss this Question

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:

The TEXT() function is used to convert to text in a number format in MS Excel.

Discuss this Question

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:

=TRIM(" Hello World! ") // Returns "Hello World!"

Discuss this Question

56. Which is the correct syntax of the HEX2BIN() function in MS Excel?

1. =HEX2BIN (number, [places])


2. =HEX2BIN (number)
3. =HEX2BIN (number, BASE, [places])
4. =HEX2BIN (number, BASE)

Answer: A) =HEX2BIN (number, [places])

Explanation:

The correct syntax of HEX2BIN() function in MS Excel is:

=HEX2BIN (number, [places])

Example:

=HEX2BIN("F") // Return 1111


=HEX2BIN("F",8) // Returns 00001111

Discuss this Question

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:

=IMSUM("1-2i", "2+4i") // Returns 3+2i

Discuss this Question

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

Answer: A) Workbook Statistics

Explanation:

Options "Workbook Statistics" displays the total number of cells, formulas, charts, tables, sheets,
etc. in a Workbook.

Discuss this Question

59. Which option is used to hide/show the Headings in MS Excel?

1. View Menu > Show Group > Headings


2. View Menu > Show Group > Gridlines
3. View Menu > Show Group > Headers
4. View Menu > Show Group > Titles

Answer: A) View Menu > Show Group > Headings

Explanation:

To hide and show(unhide) Headings. The correct option / step is View Menu > Show Group >
Headings.

Discuss this Question

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

Answer: C) Format 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

You might also like