G
gtlca
Hello out there.
I need a formula to count a specific occurrence of an abbreviation, with two
criteria being met.
For example
How many MS students were there in the Fall? Same question would be posed
about PhD.
Col 1 = either MS or PhD, Col 2 = 9.7 (reflects Spring), 9.8(reflects
Fall), 19.5(reflects both Fall and Spring)
MS 9.7
MS 9.8
PhD 19.5
PhD 19.5
PhD 9.8
In scanning other threads, I was able to get the below formula to work for
"How many MS (or PhD) in Fall (as Fall would be greater than 9.7).
=SUMPRODUCT(--(E9:E25="MS"),--(H9:H25>9.7))
However, I cannot figure out the formula to show criteria for Spring, which
would include 9.7 and 19.5.
This is my first ever post - I hope I have included enough info, clearly.
Thanks.
I need a formula to count a specific occurrence of an abbreviation, with two
criteria being met.
For example
How many MS students were there in the Fall? Same question would be posed
about PhD.
Col 1 = either MS or PhD, Col 2 = 9.7 (reflects Spring), 9.8(reflects
Fall), 19.5(reflects both Fall and Spring)
MS 9.7
MS 9.8
PhD 19.5
PhD 19.5
PhD 9.8
In scanning other threads, I was able to get the below formula to work for
"How many MS (or PhD) in Fall (as Fall would be greater than 9.7).
=SUMPRODUCT(--(E9:E25="MS"),--(H9:H25>9.7))
However, I cannot figure out the formula to show criteria for Spring, which
would include 9.7 and 19.5.
This is my first ever post - I hope I have included enough info, clearly.
Thanks.