FREE Excel Formulas Questions and Answers

0%

True or False: Excel will always let you know if a formula you've constructed has a flaw.

Correct! Wrong!

Excel does have certain features to help identify errors in formulas, but it does not catch all types of errors automatically.

What does an Excel number format mean?

Correct! Wrong!

An Excel number format is a format that tells Excel how to display data in a cell. It is a way to control how numeric values, dates, times, and other types of data are presented in a cell, affecting their appearance without changing the underlying data.

Excel provides various built-in number formats, such as general, currency, percentage, date, time, and custom formats. Each format determines how the data is shown, with options for decimal places, currency symbols, date formats, and more. Custom number formats allow users to create their own specialized formats based on specific requirements.

By using number formats, you can enhance the visual presentation of your data and make it more understandable to others without altering the actual values or calculations in the cells.

Which of the following is a reference to an absolute cell?

Correct! Wrong!

The cell reference "$B$2" is an example of an absolute cell reference in a spreadsheet.

Which formula might you apply to the following graphic to deduct the inventory expenses from the monthly budget?

Correct! Wrong!

Excel does have certain features to help identify errors in formulas, but it does not catch all types of errors automatically.

What Excel multiplication symbol do you use?

Correct! Wrong!

In Excel, the multiplication symbol you use is the asterisk (*). For example, to multiply two numbers, you would write the formula like this:

A1 * B1

This formula would multiply the value in cell A1 with the value in cell B1 and display the result in the cell where you enter the formula. The asterisk (*) acts as the multiplication operator in Excel formulas.

The numbers 75 and 75% are identical in Excel, correct or incorrect.

Correct! Wrong!

What is the purpose of Excel's "General" number format?

Correct! Wrong!

The purpose of Excel's "General" number format is to apply the default number format to a cell. When you use the "General" format for a cell, Excel automatically determines the appropriate format based on the type of data you enter.

How would you add several numerical values? Which function?

Correct! Wrong!

To add several numerical values in Excel, you would use the "SUM" function.

The syntax for the SUM function is as follows:

=SUM(number1, number2, ...)

You can enter multiple numbers as arguments within the parentheses, separated by commas, and the SUM function will add all the specified numbers together and return the total. For example:

=SUM(A1, A2, A3)

This formula will add the values in cells A1, A2, and A3 and display the total in the cell where you enter the formula. You can also use ranges of cells, like:

=SUM(A1:A10)

This formula will add all the values in the range A1 to A10 and give you the sum. The SUM function is a useful tool for quickly calculating the total of multiple numeric values in Excel.

Which of the following formulas is true? Please check all that apply.

Please select 2 correct answers

Correct! Wrong!

Which function can locate a cell range's highest value?

Correct! Wrong!

The function that can locate a cell range's highest value is the "MAX" function.

The syntax of the MAX function is as follows:

=MAX(number1, [number2], ...)

You can provide a range of cells as an argument to the MAX function to find the highest value within that range. For example:

=MAX(A1:A10)

This formula will return the highest value from the range A1 to A10.

The MAX function is a useful tool for quickly identifying the maximum value in a range of cells, and it can be used in various scenarios, such as data analysis, conditional formatting, and more.

What does Excel's "Custom" number format mean?

Correct! Wrong!

Excel's "Custom" number format allows you to create a number format that fits your specific needs. It gives you the flexibility to customize how numeric data, dates, times, and text are displayed in cells.

Which formula would we use to display the text Waffles: rabbit in this image?

Correct! Wrong!

Which of the following comes first in the order of events?

Correct! Wrong!

Let's say you want to replicate a formula but lock one of the cell references to the original cell. Which option from the list would you choose?

Correct! Wrong!

If you want to replicate a formula but lock one of the cell references to the original cell, you would choose an "Absolute reference."

An absolute reference is denoted by adding dollar signs ($) before the column letter and row number in the cell reference. For example, if you have a formula with a cell reference like A1, you can make it an absolute reference by changing it to $A$1.

How would you calculate the average of the data in cells A1 through A10?

Correct! Wrong!

To calculate the average of the data in cells A1 through A10 in Excel, you would use the formula:

=AVERAGE(A1:A10)

The AVERAGE function in Excel takes a range of cells as its argument and calculates the arithmetic mean of the numbers within that range. In this case, A1:A10 represents the range of cells from A1 to A10, and the formula will return the average of the values in those cells.

A _______ is a collection of cells.

Correct! Wrong!

Premium Tests $49/mo
FREE April-2024