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

Data Analysis

  • Error Bars in Excel
  • How to combine 2 or more chart types in a single chart in Excel
  • What-If Analysis: Scenarios and Goal Seek in Excel
  • Create Scatter Chart in Excel
  • How to conditionally sum numeric data in an Excel table using SUMIFS

References

  • How to reference named range different sheet in Excel
  • How to get relative column numbers in a range in Excel
  • How to use Excel FORMULATEXT function
  • Complete List of Excel Lookup and Reference Functions, References and Examples
  • Merge tables with VLOOKUP in Excel

Data Validations

  • Excel Data validation must contain specific text
  • Excel Data validation exists in list
  • Excel Data validation allow uppercase only
  • Excel Data validation only dates between
  • Excel Data validation don’t exceed total

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

  • IF function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel TRUE Function
  • Check multiple cells are equal in Excel
  • TRUE function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel XOR Function

Date Time

  • How to get workdays between dates in Excel
  • Dynamic date list in Excel
  • Two ways to sum time over 30 minutes in Excel
  • Convert text date dd/mm/yy to mm/dd/yy in Excel
  • How to get year from date in Excel

Grouping

  • Map text to numbers in Excel
  • Group arbitrary text values in Excel
  • Group numbers at uneven intervals in Excel
  • Calculate conditional mode with criteria in Excel
  • How to randomly assign people to groups in Excel

General

  • Basic error trapping example in Excel
  • How to create dynamic named range with INDEX in Excel
  • Transpose: Switch ‘Rows to Columns’ or ‘Columns to Rows’ in Excel
  • Mark Workbook as Final in Excel
  • How to calculate percentage of total in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning