1. I have three columns of data like age group, sex and income range. I am trying to count the number of male/female persons within each income range for a specified age group. The formula used is simple like :=COUNTIFS('FileName '!cell_range1,"< income_1", 'filename="" '!cell_range1,="" "="">=>Income_2", 'FileName'! cell_range_1,"
'FileName!'cell_range1, "< Income_1", 'FileName"!cell_range1, "Female")< income_1", 'filename="" '!cell_range1,"female")
2 This works fine in most cases but for each calculation of, say 6 categories, the total number of instances and the breakup female/Male does not tally with what is found by Home--> Find --> Income range as graded by A, B etc or found out by COUNTIF or manually. Unfortunately with 500 cells in each column this is tedious. Also the total fails by 1 to 4 often.
3. What can be the reason for this strange result pattern?
4.Does attaching a data table help?
Thanks.
'FileName!'cell_range1, "< Income_1", 'FileName"!cell_range1, "Female")< income_1", 'filename="" '!cell_range1,"female")
2 This works fine in most cases but for each calculation of, say 6 categories, the total number of instances and the breakup female/Male does not tally with what is found by Home--> Find --> Income range as graded by A, B etc or found out by COUNTIF or manually. Unfortunately with 500 cells in each column this is tedious. Also the total fails by 1 to 4 often.
3. What can be the reason for this strange result pattern?
4.Does attaching a data table help?
Thanks.
Last edited by a moderator: