COLUMNS function

The COLUMNS function in Excel is used to count the number of columns in a range or an array. It’s a simple but powerful tool that helps you understand the structure of your data.

Syntax

COLUMNS(range)

Arguments

rangeA range of cells or an array for which you want to count the number of columns.

How to Use

The COLUMNS function is straightforward. You provide a range or array as an argument, and it returns the count of columns in that range or array. Here’s how you can use it:

This formula counts the number of columns in the range from cell A1 to C3. If the range includes three columns, it will return the value 3.

Let’s see more examples:

In this case, the range covers cells from A1 to E1, which includes five columns. So, the formula will return 5.

If your range is B2:G4, which spans six columns, the COLUMNS function will return 6.

(Optional) If you’re working with arrays, you can use the COLUMNS function to count the columns in an array:

This formula counts the number of columns in a 2×3 array and returns 3.

Additional Information

The COLUMNS function is a handy tool when you want to perform operations based on the number of columns in a dataset. It can be used in various Excel functions and formulas to make your spreadsheet tasks more efficient.

Tomasz Decker is an Excel specialist, skilled in data analysis and financial modeling.