Hi
I have a work sheet like below:
A B
STATUS Date
Bound 01/01/2008
Bound 02/01/2008
Unbound 01/01/2008
Bound 01/02/2008
Unbound 01/01/2008
I want to count the number of bounds where the month on the date = 01. But i'm having a few problems. I thought this might work:
=COUNT(IF(Jan!A:A="Bound",IF(MONTH(Jan!B:B)=1,Jan!B:B))
But it doesn't, returns a value of 1, any help please?
I have a work sheet like below:
A B
STATUS Date
Bound 01/01/2008
Bound 02/01/2008
Unbound 01/01/2008
Bound 01/02/2008
Unbound 01/01/2008
I want to count the number of bounds where the month on the date = 01. But i'm having a few problems. I thought this might work:
=COUNT(IF(Jan!A:A="Bound",IF(MONTH(Jan!B:B)=1,Jan!B:B))
But it doesn't, returns a value of 1, any help please?