Creating a Count formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Current formula is: =COUNTIF(M8:M145,"WV")

From that info, I want to count the data from another column (X) that
coincides with the "WV" data that I just collected.
X column contains an IF formula: =IF((C145>$a$1),0,1) ... [from cell 8:145]

What would my formula be?
 
=SUMIF(M8:M145,"WV",X8:X145)


--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top