请参阅随附的样本:
列a,b,b,d和e是我的源列。我想在每个日期中从列B和E中选择唯一值,以中的一个动态表(列G,H和I列)。如h和i列所示,每个列的唯一值将彼此相邻。
我尝试使用以下公式:= unique(filter(a2:e,{1,1,1,0,1,1}})),但是,这返回了两个单独的日期列。
Please see the attached sample: https://docs.google.com/spreadsheets/d/1m625-WxG9VBv5AG-VR9-pf4bUCcG8AMCrb_z3jMYCqo/edit#gid=0
Columns A,B,D and E are my source columns. I want to pick unique values from columns B and E for each date into a dynamic table (Columns G, H and I). As shown in columns H and I, unique values from each column are to be adjacent to each other.
I have tried using the following formula: =unique(filter(A2:E,{1,1,0,1,1})) However, this returns two separate columns for dates.
发布评论
评论(1)
尝试:
try: