An Excel Tutorial for Using the TEXT and the TODAY Functions.
Posted on May 27, 2008
Filed Under Excel Tips & Tricks
| New to the World of Office, XP and Vista Tips & Tricks? |
Here are a few posts the other readers recommend you check out. |
|
It’s the second day of the Excel Tutorial week. Yesterday was Monday and Monday is of course the day that we need to take it a bit slow and we did so with an Excel Tutorial with the formula for checking future dates.
Today we are taking it a bit further. It is still kind of a easy Excel formula but it’s too warm you up a bit for later this week, when we are really starting to use Excel for calculating with dates and time spans.
But before I begin the actual Excel tutorial I need to explain something that you’ll need to know about Excel for later this week. Microsoft Excel saves a date as a sequential number. Excel has to do that otherwise the program can’t use the value to calculate with. The sequential numbering started on January 1, 1900. So January 1, 1900 has the value 1 and May 27, 2008 has the value 39594 because it’s 39594 days after January 1, 1900.
Today I want to show you an Excel tutorial for using the TEXT and the TODAY functions.
-
First you’ll need to type the formula =TODAY() in cell B1.

-
The project will take you ten days so you’ll need to type in cell B2 the formula =TODAY()+10.

-
Now you’ll need to select cell A3 and type the following ="The project starts on "&TEXT(B1;"MM/DD/JJJJ")&" and starts on "&TEXT(B2;"MM/DD/JJJJ") .

-
After you pressed enter you’re spreadsheet should look like this.

So, that’s it for today. I hope you’ve found this Excel tutorial useful and that you’ve learned a few new things. Now you know how to combine the TEXT and the TODAY function. I’ll see you all the day after tomorrow with the next Excel Tutorial. I have a pretty cool Outlook Tutorial for you tomorrow. Don’t forget its Outlook Wednesday!


If you liked this article or you thought it was helpful then you would do us a real big favour by hitting one of the below icons. Thank you!! That’s really cool and we really appreciate your support.
Comments
5 Responses to “An Excel Tutorial for Using the TEXT and the TODAY Functions.”
Leave a Reply













Today I received an e-mail that I made a small copy + paste error in the tutorial. It’s fixed now so enjoy yourself!!
Again; thank you Mario, appreciate it!
Your my new teacher! I’m working on the City Center Project in Las Vegas. I need all the excel skills I can get.
i want to know how to handle long database in ms excel
I have some articles planned about Excel Databases, hang around. If you want to know something specific contact me via the contact form okay?
You have two start dates and no end date now in the sentence in A3.
Change the second “starts” to “ends”.
Good tips otherwise.