如何将 Google 表格中的多列合并为一列?

How can I combine multiple columns into one column in Google Sheets?

(注意:请简单地查看 Google sheet 以最快地理解我在以下要点中描述的内容)

你能看看下面的例子,帮我实现这个吗?

Example Sheet

Screenshot of linked sheet

在另一个 sheet

中试试这个
=SORT({query({Reference!$A5:$A,Reference!B5:F},"select * where Col2 is not null ");query({Reference!$A5:$A,Reference!G5:K},"select * where Col2 is not null ");query({Reference!$A5:$A,Reference!L5:P},"select * where Col2 is not null ")})