Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Get column index in Excel Table
  • How To Load Analysis ToolPak in Excel
  • How To Remove Duplicates In Excel Column Or Row?
  • Randomize/ Shuffle List in Excel
  • How to Create Gantt Chart in Excel

References

  • Convert text string to valid reference in Excel using Indirect function
  • Excel Advanced Lookup using Index and Match Functions
  • Left Lookup in Excel
  • How to create dynamic named range with OFFSET in Excel
  • Multi-criteria lookup and transpose in Excel

Data Validations

  • Excel Data validation only dates between
  • Prevent invalid data entering in specific cells
  • Excel Data validation don’t exceed total
  • Excel Data validation date in specific year
  • Excel Data validation require unique number

Convert column number to letter in Excel

by

To convert a column number to an Excel column letter (e.g. A, B, C, etc.) you can use a formula based on the ADDRESS and SUBSTITUTE functions. See example below:

Formula

=SUBSTITUTE(ADDRESS(1,col_number,4),"1","")

Explanation

In the example shown, the formula in C5 is:

=SUBSTITUTE(ADDRESS(1,B5,4),"1","")

The first step is to construct an address that contains the column number. We do this with the ADDRESS function, by providing 1 for row number, a column number from B5, and 4 for the abs_num argument (to get a relative reference):

ADDRESS(1,B5,4)

With this information, ADDRESS returns the text “A1”.

Next ,we use SUBSTITUTE to strip out the number 1 like this:

=SUBSTITUTE("A1","1","")

We can confidently look for “1” and replace with “” in all cases, because the row number is hard-coded as 1 inside the ADDRESS function.

Post navigation

Previous Post:

How to calculate project complete percentage in Excel

Next Post:

Popularly Used Excel Functions and their examples

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • Excel If, Nested If, And/Or Criteria Examples
  • IF, AND, OR and NOT Functions Examples in Excel
  • How to use Excel OR Function
  • How to use Excel TRUE Function
  • IF function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • Convert text to date in Excel
  • Get work hours between dates custom schedule in Excel
  • Dynamic date list in Excel
  • How to calculate workdays per month in Excel
  • Basic Overtime Calculation Formula in Excel

Grouping

  • Map inputs to arbitrary values in Excel
  • Group numbers at uneven intervals in Excel
  • Group times into 3 hour buckets in Excel
  • Categorize text with keywords in Excel
  • Group arbitrary text values in Excel

General

  • Find, Select, Replace and Go To Special in Excel
  • Subtotal by color in Excel
  • Check if range contains a value not in another range in Excel
  • Convert column number to letter in Excel
  • Cell References: Relative, Absolute and Mixed Referencing Examples
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning