Skip to content

Instantly share code, notes, and snippets.

@tsycho
Created September 1, 2011 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsycho/1186928 to your computer and use it in GitHub Desktop.
Save tsycho/1186928 to your computer and use it in GitHub Desktop.
Convert ccyymmdd string to Excel date
=DATE(LEFT(B2,4),MID(B2,5,2),RIGHT(B2,2))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment