I am trying to create a formula that considers 2 columns (values and dates). These columns may grow so I use as range A:A and B:B.
I want to count the blanks for a given month.
=COUNTIFS('Sheet2'!$A:$A,isblank(),Sheet2'!$B:$B,">=01-01",'Sheet2'!$B:$B,"<02-01")
But that does not work. Any hints?
I want to count the blanks for a given month.
=COUNTIFS('Sheet2'!$A:$A,isblank(),Sheet2'!$B:$B,">=01-01",'Sheet2'!$B:$B,"<02-01")
But that does not work. Any hints?