Skip to content

Instantly share code, notes, and snippets.

@stekhn
Created October 2, 2017 13:44
Show Gist options
  • Save stekhn/c50df43c32c063ddbdb3cf3be2c199fd to your computer and use it in GitHub Desktop.
Save stekhn/c50df43c32c063ddbdb3cf3be2c199fd to your computer and use it in GitHub Desktop.
Generate alpha(numeric) IDs from aa to zz in Excel
=CHAR((ROW(A1)-1)/26+97)&CHAR(MOD(ROW(A1)-1;26)+97)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment