Hi
I'm trying to display the number of birthdays per month for a list of people which is split by gender. This is so the people using this know how many cards / present to buy (for a cancer charity) & if they should have racing cars or princesses (or other sterotypical themes). For example there might be 2 boys birthdays in January, but 4 girls birthdays and 3 of each in Feb etc, etc.
I know I can use a sumproduct to count the total number of birthdays per month by using 12 sumproduct queries (1 per month), but just can figure out how to get this to only sum if either a by / girl depending on the column. Sorry it's probably a really rubbish explanation. Hopefully this will help:
ColA, ColB, ColC, ColF, ColG, ColH
name, dob, gender, month, boys birthdays, girls birthdays
a, 1-2-10,boy, jan, 0, 1
b, 7-1-09,girl, feb, 2, 0
c, 8-3-09,girl, mar, 0, 1
d, 6-2-09,boy, apr, 0, 0
Thanks in advance
I'm trying to display the number of birthdays per month for a list of people which is split by gender. This is so the people using this know how many cards / present to buy (for a cancer charity) & if they should have racing cars or princesses (or other sterotypical themes). For example there might be 2 boys birthdays in January, but 4 girls birthdays and 3 of each in Feb etc, etc.
I know I can use a sumproduct to count the total number of birthdays per month by using 12 sumproduct queries (1 per month), but just can figure out how to get this to only sum if either a by / girl depending on the column. Sorry it's probably a really rubbish explanation. Hopefully this will help:
ColA, ColB, ColC, ColF, ColG, ColH
name, dob, gender, month, boys birthdays, girls birthdays
a, 1-2-10,boy, jan, 0, 1
b, 7-1-09,girl, feb, 2, 0
c, 8-3-09,girl, mar, 0, 1
d, 6-2-09,boy, apr, 0, 0
Thanks in advance