Microsoft Excel “TODAY” function is used to get the current Date. It is very useful function and can be used in many ways. “TODAY Function” does not have any argument that makes this easy to apply and implement.
Date derived from TODAY function changes each time worksheet is refreshed/ edited/open/changed. So, ensure to Paste special values the formula output so that database is not changed. We will also discuss in below that how we can Paste special values.
“TODAY” function is very advantageous in many ways. It helps for the document where current Date details are required in more often. Applying current Date manually (one by one) to document is very difficult and “TODAY Function” helps to apply the function in large database at once and makes the work easy, saves time and increases efficiency.
“TODAY Function” is very useful and can be used in many situations. Like it can be used as follows:
– Document where Date stamps are required more often.
– Preparing time and motion study and day wise summary for employees
– Employees utilization or productivity, attendance tracker
– Or any other database where there is requirement of current Date stamps, “TODAY Function” can be used
=TODAY()
There are no arguments for “TODAY” function. Just apply the function and click “Enter”. It will show the current Date.
If output of the function is not as per the above (i.e. DATE), then we need to change the cell format. Follow below steps to change the format of the cell:
Step 1: Select the Cell or Data Range
Step 2: Press Ctrl + 1 to open “Format Cells” option
Step 3: Select the option as per below i.e. Date -> 14-Mar-12
Step 4: Click to “OK”
This will change the format of the cell to desired format. We can change ANY of the Date or Time format as given in “Format Cell” option.
Values derived from TODAY function changes each time worksheet is refreshed/ edited/open/changed. So, ensure to Paste special values the formula output so that database is not changed.
Below are the steps for paste special database to values:
– Select the data range -> Go to Menu Bar- > Click to Home-> Click to Copy
Then -> Go to Menu Bar- > Click to Home-> Click Paste Values
Hope you learnt this Function
Don’t forget to leave your valuable comments!
If you liked this article and want to learn more similar tricks, please Subscribe us.
The ROMAN function in Excel converts numbers into Roman numerals. It’s useful when you need to display numbers in the Roman numeral format, such as for dates, titles, or other specific purposes. The function allows you to choose how “traditional” or simplified the Roman numeral should be. To use the ROMAN function, you just need to enter the number you want to convert, and Excel will do the rest
In this tutorial, we will explore the CHOOSEROWS function in Excel 365 and how to use it in real life. Imagine you have a big Excel sheet with hundreds of rows, and you need to…
SMALL function is used to get the Smallest k-th value from the range.
SMALL Function has two required arguments i.e. array, and k
This tutorial explains how to use the new TEXTSPLIT function in Excel 365 to break text into separate parts using any symbol or space you choose. Sometimes, you may need to split text in Excel….
Microsoft Excel “ISBLANK Function” is a Logical Function and it is used to check if cell in question is “BLANK OR NON-BLANK”. “ISBLANK Function” is used as a test to validate if cell contains any…
SUMIF function is used to get the “total sum” for number of times the criteria across range is met. SUMIF Function has two required arguments.