Convert string/numeric date in Excel to a date formatted object using only formulas -
folks,
i have string date can convert numeric using: =datevalue("1/2/2011") results in 39084
i'm trying use formulas convert either string or numeric date date formatted object. using ui formatting not option.
use text()
example:
=text(datevalue("1/2/2011"), "yyyy/mm/dd")
Comments
Post a Comment