Converting Boolean Date to Text Date

dbernart

New Member
Joined
Aug 4, 2003
Messages
34
When I enter 1/1/2006 into Excel, it creates a Boolean value, correct? How can I convert this Boolean date to a text date such as "1/1/2006"?

Thanks!
Doug
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
dbernart said:
When I enter 1/1/2006 into Excel, it creates a Boolean value, correct?
No.:)

Excel stores dates as integers, 1/1/2006 = 38718.

What do you actually want to do?

If you want to convert to text you can use the TEXT function.

=TEXT(A1, "dd/mm/yyyy")

Where A1 has the date.
 
Upvote 0
When you enter 1/1/2006 in a cell you get a long integer, 38,718 to be precise. You can convert it to text like this:

=TEXT(A1,"dd/mm/yyyy")
 
Upvote 0
Or... if you're just looking to display it as text...
Format the cell(s) as a date.
(Format > Cells > Number tab.)
Choose Date in the Category field and choose the format of your choice.
 
Upvote 0

Forum statistics

Threads
1,214,635
Messages
6,120,660
Members
448,975
Latest member
sweeberry

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top