M
mhauler
Hi Everyone,
I'm trying to count the number of rows in a spreadsheet that meet two
conditions: For example, I want to count the number of rows in which
column b = "northeast" but also for which column a does NOT = "99"
I'm trying something along the lines of the following. It's obviously
not right, so I hesitate to even copy it here, but just in case I'm on
the right track, perhaps someone could give me an assist...
I've tried lots of different things before I got to this point and
sought outside help, so this might be way off track anyway...
=ROWS((COUNTIF (B2:B699,"Northeast")) AND (COUNTIF (A2:A699, <> "99"))
Thanks very much in advance...
I'm trying to count the number of rows in a spreadsheet that meet two
conditions: For example, I want to count the number of rows in which
column b = "northeast" but also for which column a does NOT = "99"
I'm trying something along the lines of the following. It's obviously
not right, so I hesitate to even copy it here, but just in case I'm on
the right track, perhaps someone could give me an assist...
I've tried lots of different things before I got to this point and
sought outside help, so this might be way off track anyway...
=ROWS((COUNTIF (B2:B699,"Northeast")) AND (COUNTIF (A2:A699, <> "99"))
Thanks very much in advance...