By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: How to Use Excel TODAY Function? -> Excel 24×7 | HackerNoon
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > Computing > How to Use Excel TODAY Function? -> Excel 24×7 | HackerNoon
Computing

How to Use Excel TODAY Function? -> Excel 24×7 | HackerNoon

News Room
Last updated: 2025/04/02 at 5:50 AM
News Room Published 2 April 2025
Share
SHARE

Today Function: A Brief

The TODAY function in Excel returns the current date and updates automatically whenever the worksheet is opened or changed. This function does not require any arguments and you can apply a date format to display the result correctly. You may need to use the NOW function if you need both the current date and current time.

Excel Today FunctionExcel Today Function

Objective

Value Returned by function

Aim to get the current date

Today Function will return a valid Excel date in serial numbers.

Today Function: A Syntax

=TODAY()

The TODAY function returns the current date and updates automatically whenever the worksheet is refreshed. The result is a standard Excel date and to display it correctly, apply a date format. You can also customize the format as needed as shown in the below image.

Applying date formatsApplying date formats

Using Today Function with Practical Examples:

Formula

Result

Current day of the week

=TEXT(TODAY(),”DDDD”)

Thursday

Current day of the week

=TEXT(TODAY(),”MMMM”)

March

Current month name

=”Q”&ROUNDUP(MONTH(TODAY())/3,0)&”-“&YEAR(TODAY())

Q1-2025

Current quarter

=TODAY()+5*365

12 March 2030

5 years from today

=IF(MOD(YEAR(TODAY()),4)=0,”Yes”,”No”)

No

Check if current year is a leap year

=EOMONTH(TODAY(),0)

31 March 2025

Last day of the current month

=EOMONTH(TODAY(),0)+1

01 April 2025

First day of next month

=EOMONTH(TODAY(),1)

30 April 2025

Last day of next month

=DATE(YEAR(TODAY())+1,1,1)

01 January 2026

First day of next year

=DATE(YEAR(TODAY()),12,31)

31 December 2025

Last day of the current year

Practical today function formula with output results as examples.Practical today function formula with output results as examples.

Practical today function formula with output results as examples.

Find the Next Friday from Today:

If you want to schedule a meeting every Friday, and you need to find the next Friday from today (present day). You can use the below formula.

=TODAY()+MOD(6-WEEKDAY(TODAY()),7)

Formula to find the next Friday and Tuesday from today using today functionFormula to find the next Friday and Tuesday from today using today function

Formula to find the next Friday and Tuesday from today using TODAY function

Number Value

Day Name

1

Sunday

2

Monday

3

Tuesday

4

Wednesday

5

Thursday

6

Friday

7

Saturday

=TODAY()+MOD(3-WEEKDAY(TODAY()),7), you can change the number to check for the different days in the coming week.

Calculate AGE using Today function:

You can use the today function along with the year function to calculate the AGE of the person. to do this, you must need to enter the proper date values.

EXCEL G7P4otPnEREXCEL G7P4otPnER

Using the below formula to calculate the age from birthday with TODAY Function. The formula to do this is,

=YEAR(TODAY())-YEAR(C4)

or

=DATEDIF(C4,TODAY(),"Y")

or

=IF(ISNUMBER(C4), DATEDIF(C4,TODAY(),"Y"), "Invalid Date")

Display Time along with Today Function:

you can use the time function along with the Today function to print current date with the time.

 =TEXT(NOW(), "DD-MMM-YYYY HH:MM AM/PM")

The output of the above formula is ,

Formula to print current date with timeFormula to print current date with time

Formula to print current date with time using TODAY Function

Other formulas with time function to print today with time output with multiple formats,

Formula

Result

=TEXT(TODAY(), “DD-MMM-YYYY”)

13-Mar-2025

=TEXT(TODAY(), “DDDD, DD-MMM-YYYY”)

Thursday, 13-Mar-2025

=TEXT(TODAY(), “MMMM YYYY”)

March 2025

=TEXT(TODAY(), “YYYY-MM-DD”)

2025-03-13

=TEXT(NOW(), “DD-MMM-YYYY HH:MM AM/PM”)

13-Mar-2025 04:13 PM

=TEXT(TODAY()+1, “DD-MMM-YYYY”)

14-Mar-2025

=TEXT(TODAY()-1, “DD-MMM-YYYY”)

12-Mar-2025

That’s it.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article The next Galaxy Ring could pioneer a massive battery revolution for Samsung’s wearables
Next Article Roblox will let parents block people on their child’s friends list
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

Crisol is a BioShock-Like Cult Horror Shooter Using Your Blood For Bullets
News
A Beginner’s Guide to Data Protection for Microsoft 365 Exchange
Computing
Why Eco-Luxury Is The Next Big Market For Tech-Savvy Entrepreneurs
Gadget
Huge Timberland weekend sale live — 15 summer footwear styles from $39 I’d shop now
News

You Might also Like

Computing

A Beginner’s Guide to Data Protection for Microsoft 365 Exchange

0 Min Read
Computing

How to Create a Gantt Chart in Google Calendar? |

22 Min Read
Computing

How America Helped Iran Start Its Nuclear Program | HackerNoon

6 Min Read
Computing

Vulkan 1.4.319 Published With New Data Graph Extension

1 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?