【发布时间】:2020-05-19 15:50:25
【问题描述】:
拥有这个 Google Sheet QUERY 公式:
=QUERY(FORMULARIO!A4:Q, " select G,E,K,M,N,L,O,Q where not upper(J) = 'PAGÓ' and A > date '"&TEXTO(HOY()-3, "yyyy-mm-dd")&"' and E is not null and O is not null and Q contains '@' and not Q matches '"&TEXTJOIN("|", 1, QUERY(FORMULARIO!J4:Q, "select Q where upper(J) = 'PAGÓ' ", 0))&"'", 0)
如何仅返回每封电子邮件(Q 列)的一条记录,即 A 列中查看日期的最新记录?
测试表:
在“结果”选项卡下是工作查询,我只需要根据新近过滤掉重复项,只留下最近的一个,唯一标识符是电子邮件
【问题讨论】:
标签: datetime google-sheets google-sheets-formula google-forms google-sheets-query