I found this formula which looked like it worked (though I did not check it counting manually to ensure that), which I found on an archived post here to count multiple criteria across several cells:
=SUMPRODUCT((BJ2:BJ1364=3)*(BP2:BP1364=1))
But then, I used the same thing for different cells, and it seemed like it might not be counting accurately, so I checked a count of just one of my criteria using:
=COUNTIF(BJ2:BJ1364,"3")
So, given that I get 0 for the BJ items using the first formula, and 123 items using the countif formula... where is my problem?
As usual, Excel just confuses me. Especially, as I just now realized, the formulas were not set up using any consistent "language," or, say, that you always need to put quotes around what you're checking for (="3" vs =3)... so frustrating to me. I want to learn this, but it just seems randomly designed rather than with a language in mind as a plan, per se.
Thank you so much in advance for your help!! So much... !!
=SUMPRODUCT((BJ2:BJ1364=3)*(BP2:BP1364=1))
But then, I used the same thing for different cells, and it seemed like it might not be counting accurately, so I checked a count of just one of my criteria using:
=COUNTIF(BJ2:BJ1364,"3")
So, given that I get 0 for the BJ items using the first formula, and 123 items using the countif formula... where is my problem?
As usual, Excel just confuses me. Especially, as I just now realized, the formulas were not set up using any consistent "language," or, say, that you always need to put quotes around what you're checking for (="3" vs =3)... so frustrating to me. I want to learn this, but it just seems randomly designed rather than with a language in mind as a plan, per se.
Thank you so much in advance for your help!! So much... !!