---
title: "TODAY FUNCTION in Excel"  
description: "In this article I have described how to used TODAY function in Excel Sheet. The TODAY function is useful when you need to have the current date displa"  
author: "AVADHESH PATEL"  
published: 2013-03-30  
updated: 2019-09-07  
canonical: https://www.mindstick.com/articles/1178/today-function-in-excel  
category: "excel"  
tags: ["excel"]  
reading_time: 1 minute  

---

# TODAY FUNCTION in Excel

In this article I have described how to used TODAY function in Excel Sheet. The TODAY function is useful when you need to have the current date displayed on a worksheet, regardless of when you open the workbook. It is also useful for calculating intervals. For example, if you know that someone was born in 1986, you might use the following formula to find that person's age as of this year's birthday:\

=YEAR(TODAY())-1986

##### Note:

TODAY function returns the serial number of the current date. The serial number is the date-time code used by Excel for date and time calculations. If the cell format was General before the function was entered, Excel changes the cell format to Date. If you want to view the serial number, you must change the cell format to General or Number.

##### Syntax

TODAY( )

![TODAY FUNCTION in Excel](https://www.mindstick.com/mindstickarticle/09674279-644f-4ab2-b09c-51a34f975f17/images/a6ac16b6-4290-41b0-926b-4198f26fe5d1.png)

---

Original Source: https://www.mindstick.com/articles/1178/today-function-in-excel

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
