Excel COUNTIFS formula with name and date range -
actualy, '>="&$c&1 date range. ex. beginning date: 03/25/13 end date 05/10/13. a1:a33000 name of person(s).
how add formula name , date range if encounter name, date formula not count anymore?
=+countifs(masterdata!$g$1:$g$33000,">="&$g$1,masterdata!$g$1:$g$33000,"<="&$g$2,masterdata!e$1:e$33000,"="&$a$7) where insert name range value. (name range in cell a1:a33000)
if want count array not in there use <>:
=countifs($a$1:$a$100,">=" & start_date, $a$1:$a$100,"<=" & end_date, $b$1:$b$100,"<>" & person_name)
Comments
Post a Comment