Skip to content

Instantly share code, notes, and snippets.

@wisaruthk
Last active September 1, 2020 07:58
Show Gist options
  • Save wisaruthk/fd611bdb564dfa71c247ca6a47ce00bd to your computer and use it in GitHub Desktop.
Save wisaruthk/fd611bdb564dfa71c247ca6a47ce00bd to your computer and use it in GitHub Desktop.
string to date excel
dd.mm.yy
to excel date
=DATE("20"&RIGHT(B2,2),MID(B2,4,2),LEFT(B2,2))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment