I have an existing formula that returns the number of active members attending various activities for a given month using the following countifs formula:
=COUNTIFS(KAMembers[[#All],[Sep2]],">2012/09/01",KAMembers[[#All],[Clubs 1]],Lists!$G$2,KAMembers[[#All],[Gender]],"F")
I would like to add another criteria to the formula to narrow results even further by age range 11-13, 14-16, 17-19 etc as at the last day of each month.
My mind has gone blank and nothing I try works!
The workbook contains a membership worksheet (KAMembers) and individual worksheets for each month (Sep2 etc) to record attendances.
=COUNTIFS(KAMembers[[#All],[Sep2]],">2012/09/01",KAMembers[[#All],[Clubs 1]],Lists!$G$2,KAMembers[[#All],[Gender]],"F")
I would like to add another criteria to the formula to narrow results even further by age range 11-13, 14-16, 17-19 etc as at the last day of each month.
My mind has gone blank and nothing I try works!
The workbook contains a membership worksheet (KAMembers) and individual worksheets for each month (Sep2 etc) to record attendances.