Skip to content

Instantly share code, notes, and snippets.

@thomaslarsen
thomaslarsen / gist:5ba7ef6f3cfc72313231
Created June 17, 2015 10:44
Excel formula to generate the column name in a cell
=IF(COLUMN()>26,CHAR(INT((COLUMN()-1)/26)+64),"")&CHAR(MOD(COLUMN()-1,26)+65)

Keybase proof

I hereby claim:

  • I am thomaslarsen on github.
  • I am thomaslarsen (https://keybase.io/thomaslarsen) on keybase.
  • I have a public key whose fingerprint is CDAF B45D 4317 4CD3 C877 E607 2760 EEC7 BEEE 72A1

To claim this, I am signing this object:

@thomaslarsen
thomaslarsen / README.md
Last active February 20, 2024 20:12
Convert PEM certificate to JSON format
@thomaslarsen
thomaslarsen / bumpme
Last active February 4, 2020 10:05
Concourse tutorial
Tue Feb 4 10:05:36 UTC 2020