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

Data Analysis

  • Conditional Formatting New Rule with Formulas in Excel
  • Chart Axes in Excel
  • How To Remove Duplicates In Excel Column Or Row?
  • Data Series in Excel
  • How to add Trendline to a chart in Excel

References

  • Find Closest Match in Excel Using INDEX, MATCH, ABS and MIN functions
  • Count rows with at least n matching values
  • Extract data with helper column in Excel
  • Perform case-sensitive Lookup in Excel
  • Two-way lookup with VLOOKUP in Excel

Data Validations

  • Excel Data validation specific characters only
  • Excel Data validation with conditional list
  • Excel Data validation whole percentage only
  • Excel Data validation date in next 30 days
  • Excel Data validation allow uppercase only

Convert column letter to number in Excel

by

To convert a column letter to an regular number (e.g. 1, 10, 26, etc.) you can use a formula based on the INDIRECT and COLUMN functions. See example below:

Formula

=COLUMN(INDIRECT(letter&"1"))

Explanation

In the example shown, the formula in C5 is:

=COLUMN(INDIRECT(B5&"1"))

How this formula works

The first step is to construct a standard “A1” style reference using the column letter, by adding a “1” with concatenation:

B5&"1"

This results in a text string like “A1” which is passed into the INDIRECT function.

Next, the INDIRECT function transforms the text into a proper Excel reference and hands the result off to the COLUMN function.

Finally, the COLUMN function evaluates the reference and returns the column number for the reference.

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

  • How to use Excel XOR Function
  • OR function Examples in Excel
  • IF with boolean logic in Excel
  • FALSE function: Description, Usage, Syntax, Examples and Explanation
  • OR function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • How to get number of days, weeks, months or years between two dates in Excel
  • Convert decimal minutes to Excel time
  • Get project midpoint in Excel
  • DATEDIF function: Description, Usage, Syntax, Examples and Explanation
  • Convert decimal hours to Excel time

Grouping

  • Running count group by n size in Excel
  • Group times into unequal buckets in Excel
  • Categorize text with keywords in Excel
  • Calculate conditional mode with criteria in Excel
  • Map text to numbers in Excel

General

  • How to get Excel workbook path only
  • Convert column number to letter in Excel
  • How to count total columns in range in Excel
  • Check if range contains a value not in another range in Excel
  • Create dynamic workbook reference to another workbook in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning