How do you display current date and time in MS Excel ?

  • A. Date()
  • B. Year()
  • C. Now()
  • D. Time()

Explanation

NOW() returns both the current date and current time in Excel. DATE() constructs a date, while TIME() constructs a time without the current date.

Related questions