Excel Formula output text which includes date
Closed
DJack
-
Jun 15, 2009 at 04:19 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Aug 27, 2013 at 11:28 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Aug 27, 2013 at 11:28 AM
Related:
- Excel Formula output text which includes date
- Date formula in excel dd/mm/yyyy - Guide
- Excel grade formula - Guide
- Number to words in excel formula - Guide
- Ping output to text file - Guide
- Logitech formula vibration feedback wheel driver - Download - Drivers
3 responses
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Jul 18, 2010 at 09:59 AM
Jul 18, 2010 at 09:59 AM
Try this
=TEXT(A1, "MM-DD-YYYY") & " - " & TEXT(B1, "MM-DD-YYYY")
A1, B1 refers to cells which contained the data.
=TEXT(A1, "MM-DD-YYYY") & " - " & TEXT(B1, "MM-DD-YYYY")
A1, B1 refers to cells which contained the data.
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Jun 15, 2009 at 08:44 PM
Jun 15, 2009 at 08:44 PM
format those resulting cells as Date and choose any one on the right side
excel takes the dates as integer from january 1, 1900 depending upon the ocnfiguration in you compuer.
see help "about dates and datasystems"
excel takes the dates as integer from january 1, 1900 depending upon the ocnfiguration in you compuer.
see help "about dates and datasystems"
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Jul 17, 2010 at 11:12 PM
Jul 17, 2010 at 11:12 PM
will it be possible for you to park a small extract of your sheet in speedyshare.com(delete password)
Oct 29, 2010 at 02:02 PM
the format section "MM-DD-YYYY" follows standard date formatting, so if you wanted the month and day only, you could change it to "MMMM DD" and you woud end up with "September 15" as the output.
Mar 7, 2013 at 10:44 PM
Jun 20, 2013 at 10:32 PM
Aug 26, 2013 at 09:35 AM
Aug 27, 2013 at 11:28 AM
Use YY instead of YYYY.