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

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

Disabling Android home button for industry application -

asp.net mvc 3 - Unexpected "foreach" keyword after "@" character -