Excel Functions and Formula Errors

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 Alfredhook3
A
Alfredhook3
Community Contributor
Quizzes Created: 4574 | Total Attempts: 3,098,089
| Questions: 15 | Updated: Aug 29, 2026
Please wait...
Question 1 / 16
🏆 Rank #--
0 %
0/100
Score 0/100

1. What does the NOW() function display in Excel?

Explanation

The NOW() function in Excel retrieves the current system date and time based on the computer's clock. Unlike functions that display only the date or time separately, NOW() provides a complete timestamp, reflecting both elements simultaneously. This feature is particularly useful for time-sensitive calculations and tracking, as it updates automatically whenever the worksheet recalculates.

Submit
Please wait...
About This Quiz
Excel Functions and Formula Errors - Quiz

This assessment focuses on Excel functions and formula errors, evaluating your understanding of key functions like NOW() and TODAY(), as well as common errors such as #DIV\/0! and #VALUE!. Mastering these concepts is essential for effective spreadsheet management and data analysis.

2.

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2. What does the TODAY() function display in Excel?

Explanation

The TODAY() function in Excel is designed to return the current system date based on the computer's internal clock. It updates automatically whenever the worksheet is recalculated or reopened, providing users with the most current date without including the time. This makes it useful for tracking deadlines, calculating age, or managing time-sensitive data. Unlike functions that display time or allow for user-defined dates, TODAY() focuses solely on the date aspect.

Submit

3. Which Excel error occurs when a formula tries to divide a number by zero?

Explanation

In Excel, the #DIV/0! error occurs when a formula attempts to divide a number by zero, which is mathematically undefined. This error indicates that the denominator in the division operation is zero or a cell that is empty, leading to an invalid calculation. Excel uses this specific error code to alert users to the issue, allowing them to correct the formula or input values to avoid division by zero.

Submit

4. What does the #VALUE! error indicate in Excel?

Explanation

The #VALUE! error in Excel indicates that a formula has encountered an unexpected data type. This often occurs when a function requires numbers but receives text instead, or when mathematical operations are attempted on incompatible types. For example, if a cell contains text when a number is expected, Excel cannot perform the calculation, resulting in the #VALUE! error. This serves as a prompt for users to check their data types and ensure that the inputs to their formulas are correct.

Submit

5. What does the #REF! error indicate in Excel?

Explanation

The #REF! error in Excel signifies that a formula is trying to reference a cell or range that is invalid or no longer exists. This can occur if a cell has been deleted, or if a formula references a cell in another worksheet that has been removed. This error alerts users that the formula cannot compute correctly due to the missing reference, prompting them to check and correct the referenced cells to restore the formula's functionality.

Submit

6. How is the NOW() function written in an Excel cell?

Explanation

In Excel, the NOW() function is used to return the current date and time. It must be entered with an equal sign followed by the function name and parentheses to indicate that it is a function call. The correct syntax is =NOW(), where the equal sign signifies that a formula is being used. Omitting the equal sign or parentheses results in incorrect entries, making =NOW() the only valid way to invoke this function in a cell.

Submit

7. How is the TODAY() function correctly entered in Excel?

Explanation

In Excel, functions must be entered with an equal sign followed by the function name and parentheses. The equal sign indicates that a formula is being entered, while the parentheses are necessary to execute the function. The TODAY() function specifically provides the current date. Therefore, the correct way to enter this function is =TODAY(), which includes the equal sign and the parentheses, ensuring Excel recognizes it as a function call.

Submit

8. The #DIV/0! error in Excel is caused by ____.

Explanation

In Excel, the #DIV/0! error occurs when a formula attempts to divide a number by zero or by an empty cell. Division by zero is mathematically undefined, which leads Excel to display this specific error message. This serves as a warning to users that the calculation cannot be performed due to invalid input in the denominator. To resolve this error, ensure that the divisor in your formula is not zero or empty.

Submit

9. The #VALUE! error in Excel is caused by ____.

Explanation

The #VALUE! error in Excel occurs when a formula or function receives an argument of an incorrect data type. For instance, if a mathematical operation is attempted on text instead of numbers, Excel cannot process the request, leading to this error. This typically happens when cells contain non-numeric values where numbers are expected, or when a formula references incompatible data types. Ensuring that all data types align with the expected inputs for functions can help prevent this error.

Submit

10. The #REF! error in Excel stands for ____.

Explanation

The #REF! error in Excel indicates that a formula is attempting to reference a cell or range that is no longer valid. This can occur if cells have been deleted or if a formula is copied to another location where the referenced cells do not exist. Essentially, it signals that Excel cannot find the data needed to complete the calculation, thus resulting in a "reference error." This error helps users identify issues in their formulas related to cell references.

Submit

11. The NOW() function displays only the current date without the time.

Explanation

The NOW() function in many programming and database environments, such as SQL, returns the current date and time. It provides a timestamp that includes both the date and the precise time down to seconds. Therefore, it does not solely display the current date without the time component, making the statement false.

Submit

12. The TODAY() function in Excel displays the current system's date.

Explanation

The TODAY() function in Excel is designed to return the current date based on the system's clock. When this function is used in a cell, it automatically updates to reflect the date whenever the worksheet is recalculated or opened. This makes it a useful tool for tracking deadlines, creating schedules, or managing time-sensitive data. Therefore, stating that the TODAY() function displays the current system's date is accurate.

Submit

13. The #DIV/0! error can occur when a formula divides by zero.

Explanation

The #DIV/0! error occurs in spreadsheet applications when a formula attempts to divide a number by zero, which is mathematically undefined. Since division by zero does not yield a valid result, the software returns this error to indicate that the operation cannot be completed. This serves as a warning to the user that there is an issue with the data or formula used, prompting them to check for errors in their calculations.

Submit

14. Match the Excel errors with their descriptions.

Submit

15. Which of the following are common errors that can occur while entering a formula or function in Excel?

Explanation

Common errors in Excel formulas indicate specific issues. The #DIV/0! error occurs when a formula attempts to divide by zero, which is mathematically undefined. The #VALUE! error arises when the wrong type of argument is used in a function, such as trying to perform arithmetic on non-numeric data. The #REF! error indicates a reference to a cell that is no longer valid, often due to deleted cells. While #CALC! is not a standard error in Excel, the other three are frequently encountered by users.

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (15)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What does the NOW() function display in Excel?
What does the TODAY() function display in Excel?
Which Excel error occurs when a formula tries to divide a number by...
What does the #VALUE! error indicate in Excel?
What does the #REF! error indicate in Excel?
How is the NOW() function written in an Excel cell?
How is the TODAY() function correctly entered in Excel?
The #DIV/0! error in Excel is caused by ____.
The #VALUE! error in Excel is caused by ____.
The #REF! error in Excel stands for ____.
The NOW() function displays only the current date without the time.
The TODAY() function in Excel displays the current system's date.
The #DIV/0! error can occur when a formula divides by zero.
Match the Excel errors with their descriptions.
Which of the following are common errors that can occur while entering...
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!