基于一個帶有日期的單元格(其中一些重復多次):
- 06.02.2022
- 06.02.2022
- 08.02.2022
- 2022 年 2 月 10 日
- 2022 年 2 月 17 日
如何創建谷歌表格圖表,其中只有當單元格中存在日歷日時線才會上升(并且基于單元格中日期重復的 x 次而上升)?
因此:

uj5u.com熱心網友回復:
看看這是否會:
=QUERY(A1:A; "select A,count(A) where A is not null group by A label count(A)''")

更新:
=SORT({QUERY(A1:A; "select A,count(A) where A is not null group by A label count(A)''");
QUERY(SEQUENCE(MAX(A:A)-MIN(A:A) 1; 1; MIN(A:A))*{1\0};
"where not Col1 matches '"&TEXTJOIN("|"; 1; N(A:A))&"'")}; 1; 1)


轉載請註明出處,本文鏈接:https://www.uj5u.com/qukuanlian/510321.html
下一篇:從檔案的創建日期查找天數
