I need to incorporate "Count IF" with the below formula. This formula looks at column A which is called "AV_GCSE_QCA". In column A it looks for any points between 52 to 55, if it falls between those figures it counts. I now need it to look at another column and see if the value is "B", if its B and between 52 to 55 than count.
=SUMPRODUCT((AV_GCSE_QCA>=52)*(AV_GCSE_QCA<55))
Please help.
=SUMPRODUCT((AV_GCSE_QCA>=52)*(AV_GCSE_QCA<55))
Please help.