I need the total number of cells that meet a specific criteria. I can break down what I need into 3 parts and using COUNTIF, get the results for each part. HOwever, I need the 3 parts to become one formula.
=COUNTIF(January!B:B, "OS")
=COUNTIF(January!A:A,">=1")
=COUNTIF(January!A:A, "<=7")
What I'm trying to do is create one formula that totals the number of cells that meet these specific criteria. It needs to 1) the cells in A:A need to be between a specific number range (technically I need it between a date range like 1/1/2011 and 1/7/2011) so that anything that falls on or between that range is counted. AND 2)the cells in B:B also match a specific criteria, "OS"
Is this even possible? and can someone help me create this formula?
=COUNTIF(January!B:B, "OS")
=COUNTIF(January!A:A,">=1")
=COUNTIF(January!A:A, "<=7")
What I'm trying to do is create one formula that totals the number of cells that meet these specific criteria. It needs to 1) the cells in A:A need to be between a specific number range (technically I need it between a date range like 1/1/2011 and 1/7/2011) so that anything that falls on or between that range is counted. AND 2)the cells in B:B also match a specific criteria, "OS"
Is this even possible? and can someone help me create this formula?