0% found this document useful (0 votes)
15 views

Excel is a

The document consists of a series of questions and answers related to Microsoft Excel, covering various features, functions, shortcuts, and file formats. Key topics include the purpose of Excel, file extensions, default file names, and specific functions like IF(), AND(), and OR(). The document serves as a comprehensive guide for users to enhance their understanding and proficiency in using Excel.

Uploaded by

Frimpong Adams
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views

Excel is a

The document consists of a series of questions and answers related to Microsoft Excel, covering various features, functions, shortcuts, and file formats. Key topics include the purpose of Excel, file extensions, default file names, and specific functions like IF(), AND(), and OR(). The document serves as a comprehensive guide for users to enhance their understanding and proficiency in using Excel.

Uploaded by

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

. Excel is a ____ program developed by Microsoft.

A. Spreadsheet
B. Document
C. Data management
D. 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?

A. msxcl
B. xcl
C. xlsx
D. 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?

A. Workbook.xlsx
B. Workbook1.xlsx
C. Worksheet.xlsx
D. Worksheet1.xlsx

Answer: B) Workbook1.xlsx

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

Discuss this Question

4. Shortcut key CTRL + D is used to ____.

A. Open font dialog box


B. Open format cells dialog box
C. Shift current cell's value in the right cell
D. 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?

A. Analysis
B. Data Entry
C. Data Management
D. Accounting
E. Budgeting
F. All of the above

Answer: F) All of the above

Explanation:

Microsoft Excel is typically used for:

i. Analysis
ii. Data entry
iii. Data management
iv. Accounting
v. Budgeting
vi. Data analysis
vii. Visuals and graphs
viii. Programming
ix. Financial modelling,
x. And many more

Discuss this Question

6. What is the collection of worksheets called?

A. Ledger
B. Book
C. Testbook
D. Workbook

Answer: D) Workbook

Explanation:

The collection of worksheets is called a workbook.

Discuss this Question

7. The total number of rows in a worksheet?

A. Unlimited
B. 65,535
C. 1,048,576
D. 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?

A. 26
B. 256
C. 12,834
D. 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?

A. 26 characters
B. 128 characters
C. 255 characters
D. 256 characters

Answer: C) 255 characters

Explanation:

The column width in a worksheet is 255 characters.

Discuss this Question

10. The total number of characters that a cell contains is?

A. 32,767 characters
B. 32,768 characters
C. 65,535 characters
D. 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?

A. 32,767
B. 32,768
C. 65,530
D. 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?

A. 25
B. 50
C. 75
D. 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?

A. 64 users
B. 128 users
C. 256 users
D. 512 users

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

A. Box
B. Cell
C. Range
D. 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.

A. Single clicked
B. Double-clicked
C. Triple clicked
D. 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?

A. OR
B. AND
C. IF
D. ANDIF

Answer: B) AND

Explanation:

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?

A. OR
B. AND
C. IF
D. 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.

A. TRUEFALSE(0)
B. FALSE()
C. Both of the above
D. 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

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

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


B. =IF (logical_test, TRUE([value_if_true]), FALSE([value_if_false]))
C. =IF (logical_test: [value_if_true], [value_if_false])
D. =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?

A. IFERROR()
B. ERROR()
C. IFNA()
D. 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?

A. IFERROR()
B. ERROR()
C. IFNA()
D. IFERRORNA()

Answer: C) IFNA()

Explanation:

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

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?

A. WORKDAY()
B. DAY()
C. WORKDATE()
D. 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?

A. IF()
B. IFS()
C. IIF()
D. 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?

A. DATE()
B. DATEDIF()
C. DATEVALUE()
D. 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?

A. DATE()
B. DATEDIF()
C. DATEVALUE()
D. 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?

A. CTRL + =
B. ALT + =
C. ALT + S
D. CTRL + ALT + =

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?

A. CTRL + TAB
B. ALT + TAB
C. CTRL + ALT + TAB
D. 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?

A. CTRL + F
B. ALT + 1
C. CTRL + SHIFT + F
D. 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?

A. CTRL + SHIFT + C
B. CTRL + ALT + "
C. CTRL + SHIFT + "
D. ALT + SHIFT + "

Answer: C) CTRL + SHIFT + "

Explanation:

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?
A. CTRL + '
B. ALT + '
C. CTRL + ALT + '
D. 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?

A. CTRL + `
B. ALT + `
C. CTRL + ALT + `
D. 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?

A. =
B. *
C. $
D. %

Answer: C) $
Explanation:

The $ symbol is used to specify the fixed columns or rows in the


formula.

Discuss this Question

33. The currently selected cell address is displayed in ____.

A. Name Box
B. Formula Bar
C. Both A and B
D. 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?

A. C
B. C++
C. Java
D. 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)

A. 24
B. 23
C. 25
D. 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)

A. 1.98
B. 1.99
C. 2
D. 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 ____.

A. Combine and centre the content of the selected cell


B. Combine and centre the content of the current row
C. Concatenate the text of the two cells and returns the text
D. 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?

A. Word Wrap
B. Letter Wrap
C. Text Wrap
D. 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?

A. Ctrl + H + W
B. Alt + W + H
C. Alt + H + W
D. Alt + W

Answer: C) Alt + H + W

Explanation:
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?

A. Orientation
B. Text Layout
C. Text Flip
D. 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?

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


B. Under Insert Tab, Click on Protect Sheet
C. Under Data Tab, Click on Protect Sheet
D. 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?

A. Data
B. Insert
C. Review
D. View

Answer: B) Insert

Explanation:

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

Discuss this Question

43. Which chart type is used to visually compare values across


a few categories?

A. Area Chart
B. Bar Chart
C. Doughnut Chart
D. 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?

A. Area Chart
B. Bar Chart
C. Doughnut Chart
D. 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?

A. Area Chart
B. Bar Chart
C. Doughnut Chart
D. 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?

A. CODE()
B. CLEAN()
C. CHAR()
D. 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?

A. DISCOUNT()
B. DISC()
C. DSC()
D. 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?

A. F2
B. Ctrl + F2
C. Alt + F2
D. 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?

A. Shift + F9
B. Shift + F10
C. Shift + F12
D. Shift + F11

Answer: D) Shift + F11

Explanation:

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?

A. Styling
B. Conditional Formatting
C. Compare Formatting
D. 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?

A. Format
B. Review
C. Data
D. 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.

A. Page Layout
B. Data
C. Insert
D. Format

Answer: A) Page Layout

Explanation:

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

Discuss this Question

53. Which function is used to get the location of text in a string


in MS Excel?

A. FIND()
B. INDEX()
C. SEARCH()
D. 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.

A. CONVERT()
B. TEXT()
C. NUM()
D. 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?

A. REMOVE()
B. TRIM()
C. TRUNC()
D. All of the above

Answer: B) TRIM()
Explanation:

The TRIM() function is used to remove extra spaces from the text in MS
Excel.

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?

A. =HEX2BIN (number, [places])


B. =HEX2BIN (number)
C. =HEX2BIN (number, BASE, [places])
D. =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?

A. SUM()
B. ADD()
C. CSUM()
D. 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?

A. Workbook Statistics
B. Statistics
C. Excel Statistics
D. 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?

A. View Menu > Show Group > Headings


B. View Menu > Show Group > Gridlines
C. View Menu > Show Group > Headers
D. 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?

A. Table Styles
B. Stylish Cells
C. Format as Table
D. 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

You might also like