Test your Excel skills with this 24-question quiz on Date & Time functions! Master from “Date Time Function Excel” Quiz MS Excel formulas like TODAY(), NOW(), TEXT(), NETWORKDAYS, EDATE, and more. Perfect for beginners and advanced users to practice Excel date calculations, formatting, and business-day logic. Let us start with the Date Time Function Excel Quiz now
Online MCQs about Date Time Function Excel with Answers
Online Date Time Function Excel Quiz
- The MS Excel worksheet contains the following data
What will be an appropriate formula to convert this data into Wednesday, given that the 29th of December 1982 is a Wednesday? - The MS Excel worksheet contains the following data:
What will be the result of the following formula: =TEXT(F3, “DDD/M/YYYY”)? - The MS Excel worksheet contains the following data:
What will be the result of the following formula: =”On “&TEXT(F3,”ddd/m/yyyy”)&” due “&VALUE(RIGHT(C3,6)) - Currently, cell R2 is formatted as text and holds the value 12. If we convert this to a short date format using the day/month/year system, what will be the result?
- Assume that today is the 1st of January, 2020, and we are using the day/month/year format for dates.
What will be the result of the formula: =TODAY()+7 - Assume that today is the 21st of January, 2020, and we are using the day/month/year format for dates.
What will be the result of: =TODAY()-7 - What does the NOW() function do?
- The worksheet contains the following data:
The following formulas are typed into the following cells:
• P2: =DAY(N2)
• Q2: =MONTH(N2)
• R2: =YEAR(N2)
What will the cells P2, Q2, and R2 hold, respectively? - Cell N3 currently holds the value: 1/07/2019 (see below), the date that a payment was due (1st of July, 2019).
What would be an appropriate formula from the list below that returns the number of days overdue? (Note: you have to re-format the cell that contains the result to General) - The MS Excel worksheet contains the following data:
What will be the result of the following formula: =MONTH(G3)? - The MS Excel worksheet contains the following data:
What will be the result of the following formula: =MONTH(1&G3)&”/2020″? - The worksheet contains the following data:
What would be an appropriate formula from the list below to generate the first day of this month, given that the year is 2020? - The MS Excel worksheet contains the following data:
What would be an appropriate formula from the list below to generate the last day of this month, given that the year is 2020? - The MS Excel worksheet contains the following data:
To generate the last day of this month, the following formula is used: =DATE(2020, MONTH(1&B2)+1,1)-1.
Which option explains the roles of +1, 1, and -1 within the formula the best? - Of these three functions, which of these functions returns a number of days: DAYS, WORKDAY, NETWORKDAYS
- An invoice is due 10 working days after the invoice date.
Which of the following would be an appropriate formula to get the due date, if the invoice date is 3/01/2020 and this value is held in cell D2? - An invoice is due 10 working days after the invoice date.
Which of the following would be an appropriate formula to get the due date, if the invoice date is 3/01/2020 and this value is held in cell D2, and given that the country has a 3-day weekend of Saturday, Sunday, and Monday? - The invoice date is the 3rd of January, 2020, i.e., 3/01/2020, which is held in cell D2. We want to work out how many working days there are between the invoice date and the end of the year, given that the country has a 3-day weekend of Saturday, Sunday, and Monday. What would be an appropriate formula from the list below?
- The syntax for NETWORKDAYS is NETWORKDAYS(start_date, end_date, [holidays]). If there are 3 public holidays held in cells H3, H4, and H5.
Which of the following formulas would work when trying to work out the number of working days in 2020? - Cell F3 holds the value: 3/04/2020, i.e., the 3rd of April, 2020.
What will the following formula return (after re-formatting the cell to ‘Date’): =EDATE(F3,1)? - Cell F3 holds the value: 3/04/2020, i.e., the 3rd of April, 2020.
Which of the following is an appropriate formula to calculate the end date of this month? - Cell F3 holds the value: 3/04/2020, i.e., the 3rd of April, 2020.
What is the result of the following formula (after re-formatting the cell to ‘Date’): =EOMONTH(EDATE(F3,1),1)? - Cell F3 holds the value: 3/04/2020, i.e., the 3rd of April, 2020.
What will be the result of the following formula (after re-formatting the cell to ‘Date’): =EDATE(F3,1)-1? - Cell F3 holds the value: 3/04/2020, i.e., the 3rd of April, 2020.
What does the following formula effectively generate =WORKDAY(EDATE(F3,1)-1,1)?