ds9anderon
New Member
I have ten arrays in columns A through J starting at row 3 of arbitrary length. They are all specified with named ranges, which are in turn specified in a single named range. These arrays contain only text values. How might I combine them into column N. Note that given the named range conditions the named range will either be equal to all non-empty values within the array, or an empty array. I need only non-empty values. I need to do this only with formulas if possible.
I have started by using the index function and row function and can return the appropriate values from a single area, however I do not know how to have it look to the next area once the last value in the previous area is reached.
I have started by using the index function and row function and can return the appropriate values from a single area, however I do not know how to have it look to the next area once the last value in the previous area is reached.