Excel Column Converter
The Excel column converter translates spreadsheet column letters such as A, Z, AA or XFD into their numeric position and back again. It handles the full 1 to 16,384 range that modern spreadsheets support and converts whole lists in one pass.
Your result will appear here.
Not sure where to start? Use Load example.
Results update automatically and are calculated on your device. Nothing you type is sent to a server.
Runs in your browser. Processing happens entirely in your browser. Nothing you enter is sent to Delimiter.live.
How to use the Excel Column Converter
- Paste column letters, column numbers, or a mix of both — one per line.
- Leave the direction on automatic and each line is converted to its counterpart.
- Copy the result.
Example
A AA 28
A = 1 AA = 27 28 = AB
Common use cases
- Translating a spreadsheet column reference into an index for a script or macro.
- Working out which letter corresponds to the 500th column of a wide export.
- Debugging an import that reports errors by column number.
Limitations and things to watch for
- Column numbering is one-based, matching spreadsheets: A is 1, not 0. Programming APIs that use zero-based indexes will be one lower.
- The valid range is 1 to 16,384 (A to XFD), which is the column limit in modern Excel and Google Sheets. Values outside that range are reported as an error.
- Only the column part is converted; a full cell reference such as B12 has its row ignored.