Wrapcols Function
Purpose Return value Syntax =WRAPCOLS(vector,wrap_count,[pad_with]) vector - The array or range to wrap. wrap_count - Max values in each column. pad_with - [optional] Value to use for unfilled places. Using the WRAPCOLS function The WRAPCOLS function converts a one-dimensional array into a two-dimensional array by wrapping values into separate columns. The length of each column is given as the wrap_count argument: when the count is reached, WRAPCOLS starts a new column....