Excel TOCOL function
The TOCOL function transforms an array or range to a single column.
Note: This function is only available in Excel for Microsoft 365 on the Insider channel.
TOCOL function VS. TOROW function
The TOCOL function can be used to transform an array or a range to a single column, while the TOROW function can be used to transform an array or a range to a single row.
Syntax
=TOCOL(array, [ignore], [scan_by_column])
Arguments
Return value
It returns a single column.
Example
Here we take the table below as an example to demonstrate the different uses of the TOCOL function.
#Example1: Transform a range to a single column and keep all values by default
For example, you want to take only the first three rows or columns from the sales table. You can apply one of the formulas below to get it done.
The range above contains both blanks and error values. To transform the range to a single column and keep all values in the resulting column, please apply the following formula.
Select a cell, such as H6 in this case, enter the following formula and press the Enter key to get the new column.
=TOCOL(B6:F9)
Notes:
#Example2: Transform a range to a single column and ignore certain types of values
To ignore all blanks, you just need to specify a number 1 for the ignore argument. The formula is as follows.
=TOCOL(B6:F9,1)
To ignore error values, specify the number 2 for the ignore argument. The formula is as follows.
=TOCOL(B6:F9,2)
To ignore both the blanks and errors, specify a number 3 for the ignore argument.
=TOCOL(B6:F9,3)
#Example3: Transform a range to a single column by scanning values by column
By default, the TOCOL function scans the array by rows. If you need to return a single column from the array scanned by column, you need to set the scan_by_column argument to TRUE.
Select a cell, say J6 in this case, enter the following formula and press the Enter key to get the new column.
=TOCOL(B6:F9,3,TRUE)
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...
Supports Office/Excel 2007-2021 and 365 | Available in 44 Languages | Full-Featured 30-Day Free Trial.

Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)
- One second to switch between dozens of open documents!
- Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
- Increases your productivity by 50% when viewing and editing multiple documents.
- Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Firefox, And New Internet Explorer.
