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

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -