Test Your MS Excel Basics: Quiz! Trivia

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Tterpko
T
Tterpko
Community Contributor
Quizzes Created: 1 | Total Attempts: 3,311
| Attempts: 3,311 | Questions: 20
Please wait...
Question 1 / 20
0 %
0/100
Score 0/100
1. In order to multiply items in Excel you would use:

Explanation

To multiply items in Excel, the asterisk symbol (*) is used. This is the standard symbol for multiplication in Excel as well as in most programming languages and mathematical operations. The asterisk represents the multiplication operator and is used to perform calculations involving multiplication of numbers or cells in Excel.

Submit
Please wait...
About This Quiz
Test Your MS Excel Basics: Quiz! Trivia - Quiz


Ready to test your MS Excel Basics? Here is a quick quiz for you. Do you think you will Ace this quiz? This quiz involves your knowledge of... see morethe easiest way to add up columns of numbers, change the column width to fit the contents, add a new row, and the correct sequence to follow for a user to remove a spreadsheet from a workbook. It will all add up if you take this quiz. see less

2. Can an Excel spreadsheet be used as the "data source" for a Word Mail Merge?

Explanation

An Excel spreadsheet can indeed be used as the "data source" for a Word Mail Merge. This means that the data in the Excel spreadsheet can be merged into a Word document, allowing for the creation of personalized documents such as letters, labels, or envelopes. The Mail Merge feature in Word allows users to easily combine data from different sources, including Excel, to streamline the process of generating multiple documents with personalized information.

Submit
3. If cells: A1=90 A2=85 A3=80 A4=75 A5=75 What will be your formula if you are going to get the total?

Explanation

The correct formula to get the total of the cells A1 to A5 is =SUM(A1:A5) or =A1+A2+A3+A4+A5 or =sum(a1:a5) or =a1+a2+a3+a4+a5. All of these formulas will add up the values in the given range and provide the total.

Submit
4. Is it possible to insert an image from a file into an Excel spreadsheet ?

Explanation

It is possible to insert an image from a file into an Excel spreadsheet. This can be done by selecting the cell where the image needs to be inserted, then going to the "Insert" tab, and clicking on the "Pictures" option. From there, the user can browse for the image file on their computer and insert it into the spreadsheet.

Submit
5. There are three worksheets with every new workbook. You can change that automatic number if you want to.

Explanation

The statement is true because when you create a new workbook in most spreadsheet programs, it automatically comes with three worksheets. However, you have the option to change this default number and add or remove worksheets as needed.

Submit
6. A fast way to add up this column of numbers is to click in the cell below the numbers and then:

Explanation

The AutoSum button on the Standard toolbar allows you to quickly add up a column of numbers. By clicking this button and then pressing ENTER, the sum of the numbers in the column will be displayed in the cell below the numbers. This method is faster than using the Subtotals feature or viewing the sum in the formula bar.

Submit
7. If cells:
A1=90
A2=85
A3=80
A4=75
A5=75
What will be your formula if you are going to get the average?

Explanation

The formula to calculate the average of the given cells is =AVERAGE(A1:A5) or =(A1+A2+A3+A4+A5)/5 or =average(a1:a5) or =(a1+a2+a3+a4+a5)/5. This formula adds up the values in the cells A1 to A5 and then divides the sum by the total number of cells, which is 5 in this case. This will give the average value of the cells.

Submit
8. ###### means: 

Explanation

The correct answer is "The cell is not wide enough." This means that when entering data into a cell in a spreadsheet or table, the width of the cell is not sufficient to display the entire content. This can happen when the content is longer than the cell's width, causing it to be cut off or displayed partially. To resolve this issue, the cell's width needs to be adjusted to accommodate the full content.

Submit
9. How do you change the column width to fit the contents?

Explanation

To change the column width to fit the contents, you need to double-click the boundary to the right of the column heading. By doing so, the column will automatically adjust its width to accommodate the widest content within it. This action is a quick and efficient way to ensure that all the data in the column is visible without any truncation or overflow.

Submit
10. The formula = ((A2+B5)*5% is valid.

Explanation

The given formula is not valid because it is missing a closing parenthesis. The correct formula should be = ((A2+B5)*5%) which ensures that all parentheses are properly closed.

Submit
11. On an Excel sheet the active cell is indicated by ____.

Explanation

The active cell on an Excel sheet is indicated by a dark wide border. This border helps the user identify which cell they are currently working on or editing. It stands out from the other cells and provides a visual cue to the user. The dotted border is not used to indicate the active cell, and neither is a blinking border. Therefore, the correct answer is a dark wide border.

Submit
12. Which formula can add the all the numeric values in a range of cells, ignoring those which are not numeric, and place the result in a different cell?

Explanation

The Sum formula is used to add all the numeric values in a range of cells and place the result in a different cell. It ignores any non-numeric values in the range. The Count formula is used to count the number of cells that contain numeric values, while the Average formula calculates the average of the numeric values in the range.

Submit
13. Get the remarks in cell A1 that valued 75 which noted, if the remarks will be higher than 74, the remarks will be "PASSED" or else "FAILED".

Explanation

The answer provided is an Excel formula that uses the IF function. It checks if the value in cell A1 is greater than 74. If it is, the formula returns "PASSED". If it is not, the formula returns "FAILED". This formula allows for the automatic determination of whether the remarks should be "PASSED" or "FAILED" based on the value in cell A1.

Submit
14. To add a new row, click a cell in the row immediately above where you want the new row.

Explanation

The statement is false because to add a new row in a table, you need to click a cell in the row immediately below where you want the new row to be inserted, not above.

Submit
15. Get the remarks in cell E10 that valued 75 which noted, if the remarks will be higher than 74, the remarks will be "PASSED" or else "FAILED".

Explanation

The given correct answer is the formula "=IF(E10>74,"PASSED","FAILED")". This formula uses the IF function to check if the value in cell E10 is greater than 74. If it is, the formula returns "PASSED", otherwise it returns "FAILED". This formula is used to determine whether a student has passed or failed based on their remark, where a remark of 75 or higher is considered a pass.

Submit
16. Say that you want to paste a formula result — but not the underlying formula — to another cell. You would copy the cell with the formula, then place the insertion point in the cell you want to copy to. What next?

Explanation

After copying the cell with the formula, the next step is to click the arrow on the Paste button on the Standard toolbar. From the options that appear, select "Values". This will paste only the result of the formula into the desired cell, without including the underlying formula itself.

Submit
17. To copy an entire worksheet and all its data, you should click the worksheet tab of the sheet that you want to copy, hold down SHIFT, and then drag the selected sheet along the row of sheet tabs.

Explanation

To copy an entire worksheet and all its data, you should right-click the worksheet tab of the sheet that you want to copy, select "Move or Copy" from the context menu, choose the location where you want to copy the worksheet, and then click "OK". Holding down SHIFT and dragging the selected sheet along the row of sheet tabs does not copy the worksheet.

Submit
18. Which key do you press to group two or more nonadjacent worksheets?

Explanation

To group two or more nonadjacent worksheets in Excel, you need to press the SHIFT key. This allows you to select multiple worksheets that are not next to each other in the workbook. By holding down the SHIFT key and clicking on the worksheet tabs, you can select multiple worksheets at once and perform actions on all of them simultaneously, such as formatting, entering data, or applying formulas.

Submit
19. A Formula and a function are the same thing.

Explanation

A formula and a function are not the same thing. A formula is a mathematical expression that performs calculations using values, operators, and functions. On the other hand, a function is a predefined formula that performs a specific task and returns a value. Functions can be used within formulas to simplify calculations and automate processes. Therefore, the statement that a formula and a function are the same thing is incorrect.

Submit
20. A user wishes to remove a spreadsheet from a workbook. Which is the correct sequence of events that will do this?

Explanation

To remove a spreadsheet from a workbook, the correct sequence of events is to go to FILE, then select SAVE AS, then choose SAVE AS TYPE, and finally select Excel 4.0 Work Sheet. This sequence of events will allow the user to save the spreadsheet as a different file type, effectively removing it from the current workbook.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 20, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 20, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Feb 13, 2013
    Quiz Created by
    Tterpko
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
In order to multiply items in Excel you would use:
Can an Excel spreadsheet be used as the "data source" for a...
If cells:...
Is it possible to insert an image from a file into an Excel...
There are three worksheets with every new workbook. You can change...
A fast way to add up this column of numbers is to click in the cell...
If cells: ...
###### means: 
How do you change the column width to fit the contents?
The formula = ((A2+B5)*5% is valid.
On an Excel sheet the active cell is indicated by ____.
Which formula can add the all the numeric values in a range of cells,...
Get the remarks in cell A1 that valued 75 which noted, if the remarks...
To add a new row, click a cell in the row immediately above where you...
Get the remarks in cell E10 that valued 75 which noted, if the remarks...
Say that you want to paste a formula result — but not the...
To copy an entire worksheet and all its data, you should click the...
Which key do you press to group two or more nonadjacent worksheets?
A Formula and a function are the same thing.
A user wishes to remove a spreadsheet from a workbook. Which is the...
Alert!

Advertisement