Excel.Tips.Net Welcome toExcel.Tips.Net

Helpful Links

Tips.Net Home
ExcelTips Home
Ask an Excel Question
Make a Comment

Tips.Net Store

ExcelTips FAQ
ExcelTips Premium

Learn Access Now
Free Printable Forms

Beauty Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Legal Tips
Money Tips
Organizing Tips
Pest Tips
Pet Tips
Wedding Tips
Word2007 Tips
WordTips

Advertise on the
ExcelTips Site

Newest Tips

Recording a Macro

Adding a Little Animation to Your Life

Converting a Range of URLs to Hyperlinks

Making the Formula Bar Persistent

Engineering Calculations

Digital Signatures for Macros

Fixing the Decimal Point

 

Inserting Tomorrow's Date

Summary: If you need to add tomorrow's date to a worksheet, you can do it using simple math. The formulas provided in this tip are both illuminating and helpful. (This tip works with Microsoft Excel 97, Excel 2000, Excel 2002, Excel 2003, and Excel 2007.)

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. 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 (2529) applies to Microsoft Excel versions: 97 | 2000 | 2002 | 2003 | 2007

Change Formatting Based On Your Data! Conditional formatting provides a way for you to adjust the appearance of your data based on the data itself. Discover how to put this amazingly powerful feature to work for you, today. This comprehensive volume is available in two editions.
 
Check out Excel Conditional Formatting today!