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

Data Analysis

  • How to add Trendline to a chart in Excel
  • How To Remove Duplicates In Excel Column Or Row?
  • Conditional Formatting Icon Sets Examples in Excel
  • How to Sort by Color in Excel
  • Filter Data Based on Date in Excel

References

  • How to get first column number in range in Excel
  • Last row number in range
  • How to use Excel COLUMN Function
  • Convert text string to valid reference in Excel using Indirect function
  • How to get address of first cell in range in Excel

Data Validations

  • Excel Data validation must not contain
  • Excel Data validation specific characters only
  • Excel Data validation must contain specific text
  • Excel Data validation date in next 30 days
  • Excel Data validation date in specific year

How to get first column number in range in Excel

by

You can get the first column (i.e. the starting column number) in a range with a formula based on the COLUMN function.

Formula

=MIN(COLUMN(range))

Explanation

In the example shown, the formula in cell F5 is:

=MIN(COLUMN(data))

where data is a named range for B5:D10

How this formula works

When given a single cell reference, the COLUMN function returns the column number for that reference. However, when given a range that contains multiple columns, the COLUMN function will return an array that contains all column numbers for the range. In the example shown the array looks like this:

{2,3,4}

If you want only the first column number, you can use the MIN function to extract just the first column number, which will be the lowest number in the array.

Simple version

Entered in a single cell, the COLUMN function will display only the first column number, even when it returns an array. This means, in practice, you can often just use the COLUMN function alone:

=COLUMN(range)

However, inside formulas more complex formulas, it’s sometimes necessary to make sure you are dealing with only one item, and not an array. In that case, you’ll want to use MIN to pull out just the first item.

 

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 FALSE Function
  • How to use Excel AND Function
  • AND function: Description, Usage, Syntax, Examples and Explanation
  • Not Equal To ‘<>‘ operator in Excel
  • How to use IFS function in Excel

Date Time

  • Get last day of month in Excel
  • Convert date to text in Excel
  • TIME function: Description, Usage, Syntax, Examples and Explanation
  • EOMONTH function: Description, Usage, Syntax, Examples and Explanation
  • Calculate number of hours between two times in Excel

Grouping

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

General

  • How to calculate decrease by percentage in Excel
  • AutoRecover file that was never saved in Excel
  • Select, Insert, Rename, Move, Delete Worksheets in Excel
  • How to Insert Cells, Row and Rows in Excel
  • How to get Excel workbook path only
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning