Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望将基于某些列的数字和点吐到一列中,如图所示。我想使用查询,但我很难找到最好的公式。下面的绿色图片是我所期望的。
感谢您的帮助。
如果每个时间戳行只有一个名称,一种简单的方法是:
=arrayformula({"Name";if(A2:A<>"",regexextract({D2:D&E2:E&F2:F},"\d\.\ (.*)"),)})