If it is only based on 4 sessions, then maybe:
=SUMPRODUCT(--(A1:A20=J1),--(MONTH(B1:B20)=K1)+(MONTH(C1:C20)=K1)+(MONTH(D1

20)=K1))
J1 contains the Name you want to search.
K1 contains the month "Number". (September = 9)
Change references as needed.
HTH,
Paul
--
"John in Wembley" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> Hi team
>
> I have a list of dates patients attended a group stored as rows.
>
> Patient Name Session 1 Session2 Session3 Ses 4
> John H 28 Sep 29 Sep 30 Sep 01 Oct
>
> the business office wants a report of how many times they attended -
> say in Sep.
> is there some function to do this?
> I just was a field at the start of the row counting the occourances of
> (say) Sep.
>
> Ive tinkerd but with no luck
>
> cheers
> John