johnpdavey
Board Regular
- Joined
- May 30, 2002
- Messages
- 88
i have two columns of data, each cell contains one letter selected from A to G and U and a few of the cells have #N/A
i want to count the number of times adjacent cells match and are equal to A or B or....
i have tried the formula =SUMPRODUCT((N2:N124="A")*(O2:O124="A")) to count the number of matches for A, but it returns #N/A ( i know there are a couple of matches)
can you please tell me what i have done wrong.
i will want to extend this formula to include results from at least two other columns containing text eg =SUMPRODUCT((N2:N124="A")*(O2:O124="A")*(C2:c124="F")*(F2:F124="turkish")) in order to calculate the number of turkish females that achieved a grade A in both their mock (column N) and actual (column O) exams.
i would also like to determine the number of turkish females that matched or exceeded their mock grade, grades range from A - G and U for fail, with A the highest. can i use some variation of sumproduct, or would it be sumif?
any help gratefuly appreciated
thank you
john
i want to count the number of times adjacent cells match and are equal to A or B or....
i have tried the formula =SUMPRODUCT((N2:N124="A")*(O2:O124="A")) to count the number of matches for A, but it returns #N/A ( i know there are a couple of matches)
can you please tell me what i have done wrong.
i will want to extend this formula to include results from at least two other columns containing text eg =SUMPRODUCT((N2:N124="A")*(O2:O124="A")*(C2:c124="F")*(F2:F124="turkish")) in order to calculate the number of turkish females that achieved a grade A in both their mock (column N) and actual (column O) exams.
i would also like to determine the number of turkish females that matched or exceeded their mock grade, grades range from A - G and U for fail, with A the highest. can i use some variation of sumproduct, or would it be sumif?
any help gratefuly appreciated
thank you
john