1樓:善良的豬頭
請參照以下公式,公式是 2014-1-1 8:00的計數=sumproduct(n(text(b$2:b$999,"emmddhh")="2014010108"))
如果計數日期和時間在c列,格式為 2014-1-1 8:00(時間格式)
可以參照以下公式
=sumproduct(n(text(b$2:b$999,"emmddhh")=text(c2,"emmddhh")))
2樓:匿名使用者
試作了下,關鍵用了個text,統計countif,如果在vba裡,就更好作。
公式都有詳細標出:
8 =if(text($b2-"2014-01-01 08:00:00","h:mm:ss")<="00:59:59",1,"")
9 =if(text($b2-"2014-01-01 09:00:00","h:mm:ss")<="00:59:59",1,"")
10 =if(text($b2-"2014-01-01 10:00:00","h:mm:ss")<="00:59:59",1,"")
3樓:匿名使用者
在c2中輸入或複製貼上此公式
=sumproduct((int(b$2:b$999)=date(2014,1,1))*(mod(b$2:b$999,1)>=time(9,,))*(mod(b$2:
b$999,1)