G
Guest
Firstly, please forgive a novice!
I have a spreadsheet which captures activities with various customers. Once
of the field's is 'Meeting Date' and has various dates throughout this year
in the format 23/08/2007. I'm putting together a report of these activitied
and one of my tasks is to show how many meetings we have had with customer
per month.
Not knowing where to start I thought that a countif would be good and
scrolling through other answers I came across:
CondCount: IIF([Field] > 5, 1, 0) - for a count of anything over 5.
I tried to amend this myself in a query and changed to:
CondCount: IIF(31/07/2007>[MeetingDate] >01/07/2007, 1, 0) -Counting all
meeting dates that fell in July!
This isn't working and am wondering if anyone could suggest a solution?
Thanks in advance....
Kate
I have a spreadsheet which captures activities with various customers. Once
of the field's is 'Meeting Date' and has various dates throughout this year
in the format 23/08/2007. I'm putting together a report of these activitied
and one of my tasks is to show how many meetings we have had with customer
per month.
Not knowing where to start I thought that a countif would be good and
scrolling through other answers I came across:
CondCount: IIF([Field] > 5, 1, 0) - for a count of anything over 5.
I tried to amend this myself in a query and changed to:
CondCount: IIF(31/07/2007>[MeetingDate] >01/07/2007, 1, 0) -Counting all
meeting dates that fell in July!
This isn't working and am wondering if anyone could suggest a solution?
Thanks in advance....
Kate