Hello,
i need help in counting the cells between 2 dates, and condition is- to count cells in Column "G" if the same name listed more than once in the given period. This formula counts duplicate names.
=IF(AND(H2>=EDATE(A2,-1),COUNTIF($G$2:G2,G2),H2<=EOMONTH(EDATE(A2,-1),0)),1,0)
Thank you.
Bookmarks