Top 550+ Solved Microsoft Excel (MS Excel) MCQ Questions Answer
Q. Which of the following methods will not enter data in a cell?
a. Pressing the Esc key
b. Pressing an arrow key
c. Pressing the tab key
d. Clicking the enter button to the formula bar
Q. The cell reference for cell range of G2 to M12 is _______
a. G2.M12
b. G2;M12
c. G2:M12
d. G2-M12
Q. What is the keyboard shortcut for creating a chart from the selected cell range?
a. F2
b. F4
c. F8
d. F11
Q. The Software which contains rows and columns is called ______
a. Database
b. Drawing
c. Spreadsheet
d. Word processing
Q. You can group noncontiguous worksheets with
a. The alt+enter key
b. The ctrl key and mouse
c. The shift key and the mouse
d. The group button on the standard toolbar
Q. What is the AutoComplete feature of Excel?
a. It automatically completes abbreviated words
b. It completes text entries that match an existing entry in the same column
c. It completes text and numeric entries that match an existing entry in the same column
d. It completes text entries that match an existing entry in the same worksheet
Q. Which of the following is correct?
a. =AVERAGE(4, 5, 6, 7)
b. =AVERAGE(A1, B1, C1)
c. =AVERAGE(A1:A9, B1:B9)
d. =All of the above
Q. Which of the following function will return a value of 8?
a. ROUNDUP(8.4999, 0)
b. ROUNDDOWN(8.4999, 0)
c. ROUND(8.4999, 0)
d. Only B and C
Q. How to restrict to run a macro automatically when starting Microsoft Excel?
a. Hold down the SHIFT key during startup
b. Hold down the CTRL key during startup
c. Hold down the ESC key during startup
d. Hold down the ALT key during startup
Q. How to remove the unwanted action from recorded macro without recording the whole macro again?
a. By using the Find and Edit Action Option
b. By clicking on the Refresh button in the Macro toolbar
c. By edit the macro in the Visual Basic Editor
d. Macro cannot be edite
Q. What should be add before a fraction to avoid entering it as a date?
a. //
b. FR
c. Zero
d. Zero Space
Q. Which of the following function will use to find the highest number in a series of number?
a. MAX(B1:B3)
b. MAXIMUM (B1:B3)
c. HIGH (B1:B3)
d. HIGHEST(B1:B3)
Q. What does the NOW() function return?
a. It returns the serial number of the current date and time
b. It returns the serial number of the current date
c. It returns the serial number of the current time
d. None of the above
Q. What is the shortcut key to insert current date in a cell?
a. CTRL + D
b. CTRL + T
c. CTRL + ;
d. CTRL + /
Q. Which of the following syntax is correct regarding to SUM function in Excel?
a. =SUM (A1, B1)
b. =SUM (A1:B9)
c. =SUM (A1:A9, B1:B9)
d. All of the above