powered by
Converts an integer to a spreadsheet column in A1 notation. 1 is "A", 2 is "B", ..., 26 is "Z" and 27 is "AA".
A1
1
"A"
2
"B"
26
"Z"
27
"AA"
int2col(x)
A numeric vector.
int2col(1:10)
Run the code above in your browser using DataLab