Skip to content

Instantly share code, notes, and snippets.

@lucasrizoli
Created June 22, 2011 15:06
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 lucasrizoli/1040285 to your computer and use it in GitHub Desktop.
Save lucasrizoli/1040285 to your computer and use it in GitHub Desktop.
Convert UNIX timestamp to Excel date (in EST timezone)
=(((A1/60)/60)/24)+DATE(1970,1,1)+(-5/24)
@lucasrizoli
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment