ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How to read this date format? (https://www.excelbanter.com/excel-discussion-misc-queries/251522-how-read-date-format.html)

Eric

How to read this date format?
 
Does anyone have any suggestions on how to read this date format?
12/11/2009, which format is mm/dd/yyyy, but excel 2003 cannot able to
recognize it, when I apply the function FIND("/",H22,1), and it returns
#Value!, where H22 contains 12/11/2009. Does anyone have any suggestions on
how to solve this issue?
Thanks in advance for any suggestions
Eric

Ms-Exl-Learner

How to read this date format?
 
It is in DD/MM/YYYY Format.

=TEXT(H22,"DD")&" DAYS "&TEXT(H22,"MM")&" MONTHS "&TEXT(H22,"YYYY")&" YEARS"

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"Eric" wrote:

Does anyone have any suggestions on how to read this date format?
12/11/2009, which format is mm/dd/yyyy, but excel 2003 cannot able to
recognize it, when I apply the function FIND("/",H22,1), and it returns
#Value!, where H22 contains 12/11/2009. Does anyone have any suggestions on
how to solve this issue?
Thanks in advance for any suggestions
Eric


Jacob Skaria

How to read this date format?
 
12/11/2009 is a valid date as is stored by excel as the number 40158. (Try
changing the format to General or number format). This is only displayed as
date format when you format to date. Read out this "must read" page from Chip
on how excel stores date and time

http://www.cpearson.com/excel/datetime.htm

Someone here should be able to help; if you can elaborate what you are
trying to accomplish

--
Jacob


"Eric" wrote:

Does anyone have any suggestions on how to read this date format?
12/11/2009, which format is mm/dd/yyyy, but excel 2003 cannot able to
recognize it, when I apply the function FIND("/",H22,1), and it returns
#Value!, where H22 contains 12/11/2009. Does anyone have any suggestions on
how to solve this issue?
Thanks in advance for any suggestions
Eric



All times are GMT +1. The time now is 03:53 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com