(Excel Mac) COUNTIF ID# 是数字,每个日期仅列出一次

问题描述 投票:0回答:1

我有 60,000 行数据,我刚刚提取了日期,添加了星期几的列,并且每行都有 ID 号。空白 ID # 细胞不会被计数。我需要按星期几和季度查找总计数,但每天只查找不同的值。

有什么办法可以做到这一点吗?

Example Data

我只是使用这样的公式: =COUNTIFS($A$2:A1000,">="&$M$12,$A$2:$A$1000,"<="&$N$12) to find the dates within the quarters. Earlier I had the references for each quarter date ranges and days of the week too. I am just stuck find distinct counts per day only since I am using Excel on my Mac currently.

excel macos excel-formula distinct-values
1个回答
0
投票

尝试频率功能 - 日期是手动输入的。

enter image description here

© www.soinside.com 2019 - 2024. All rights reserved.