Please Note: This article is written for users of the following Microsoft Excel versions: 2007, 2010, 2013, 2016, 2019, and 2021. If you are using an earlier version (Excel 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Excel, click here: Inserting Tomorrow's Date.
Written by Allen Wyatt (last updated April 24, 2024)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, and 2021
You may want to insert tomorrow's date into a cell in your worksheet. This is easily done by simply creating a formula that includes the function for today's date, as in the following:
=TODAY() + 1
This formula first determines today's date, and then adds 1 to it, resulting in tomorrow's date. (The date is dynamic, meaning that it always represents tomorrow; when today's date changes, the result of the formula changes.) You can then use Excel's formatting features to display the resulting date in any manner desired.
Besides displaying tomorrow's date, you can modify the formula to display a date at any time in the future. Simply change the formula so the desired number of days are being added to today's date. For instance, if you wanted to determine a date two weeks in the future, you could use the following:
=TODAY() + 14
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (8968) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, and 2021. You can find a version of this tip for the older menu interface of Excel here: Inserting Tomorrow's Date.
Save Time and Supercharge Excel! Automate virtually any routine task and save yourself hours, days, maybe even weeks. Then, learn how to make Excel do things you thought were simply impossible! Mastering advanced Excel macros has never been easier. Check out Excel 2010 VBA and Macros today!
Do you look forward to the weekend? Well, you can use Excel to let you know when the next weekend begins. Here's how you ...
Discover MoreHow do you display a number of years, such as 3.67 years, as a number of years and months? It’s simple to do with a ...
Discover MoreIf you use Excel to maintain a collection of data, you may need to find information in one column based on information in ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments