excel - Counting Cells Formula with Criteria: Date & String & Empty Cells -
i'm trying whole lot of counting using table (growing) on 4,000 entries date. table in picture below 1 trying fill in. have few simple criteria, i'm not sure how in formula within cell can copy across giant table. i've tried multiple countif , countifs no luck.
the criteria follows: want count number of times tool occurs (column e) in particular date (column a). counting when column w not empty. want copy through entire table checking every tool every date.
the data coming table:
countifs(), date lookups including time portion need bracket days.
=countifs('sheet1'!$a:$a,">=" & int($c3),'sheet1'!$a:$a,"<" & int($c3)+1,'sheet1'!$e:$e,d$1,'sheet1'!$w:$w,"<>") change sheet1 sheet name in data located.
put in d2 , copy on , down grid.



Comments
Post a Comment