Hi
I'm trying to count the number of families with a school age child. So i have a column A for boys over 5 under 15 and Column B girls over 5 under 15.
I don't want to manually add in a column that does a calculation to the data set, but i need to know the number of families who have a school age child. Either an entry in column A or B or Both.
So if there are 4 families with boys and 3 with girls - normally count function would return 7 but one of the families has a girl and a boy so the answer i'm looking for is 6.
Is it possible to use count for this? or do i need something else?
Thanks
Nick
I'm trying to count the number of families with a school age child. So i have a column A for boys over 5 under 15 and Column B girls over 5 under 15.
I don't want to manually add in a column that does a calculation to the data set, but i need to know the number of families who have a school age child. Either an entry in column A or B or Both.
So if there are 4 families with boys and 3 with girls - normally count function would return 7 but one of the families has a girl and a boy so the answer i'm looking for is 6.
Is it possible to use count for this? or do i need something else?
Thanks
Nick