Google Sheets concatenate a 2d array into a single column and sort simultaneously
问题 I want to know if it is possible and if so how I can achieve converting an array of 8 columns and 300+ rows into a sorted, concatenated, one-dimensional array where each row is the concatenation of the contents in the 8 columns. I would also like to achieve this using a single formula. Example: leg | dog | tom | jon | bar | | | | foo | bin | git | hub | bet | far | day | bin | ... would convert into: bar dog jon leg tom bet bin bin day far foo git hub ... I can achieve this for a single row