Hi,
I've done this formula but it's returning an incorrect answer, any ideas what's wrong with it.
Column E in contacts is the contact date and time in this format 13/11/2017 12:10
Column F is the contact type and is text
Cell A9 is contact type and is text.
=COUNTIFS(Contacts!$E:$E,">="&DATE(2018,10,1),Contacts!$E:$E,"<="&EOMONTH(DATE(2018,10,1),0),Contacts!$F:$F,$A$9)
Is it something to do with the fact that my dates have the times in?
I've done this formula but it's returning an incorrect answer, any ideas what's wrong with it.
Column E in contacts is the contact date and time in this format 13/11/2017 12:10
Column F is the contact type and is text
Cell A9 is contact type and is text.
=COUNTIFS(Contacts!$E:$E,">="&DATE(2018,10,1),Contacts!$E:$E,"<="&EOMONTH(DATE(2018,10,1),0),Contacts!$F:$F,$A$9)
Is it something to do with the fact that my dates have the times in?