countif2

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

Guest

Have 10 columns and 30+ rows. Various placements of "x" in this range. Need
formula that will result in denoting that if based upon a row whether 1 "x"
or numerous "x" are placed on that row. In otherwards If 1 "x" or numerous
"x" in a row give me a value of 1 for that row but will sum up the different
rows if statement is met.
 
Huh?

I guess this is related to your other post.

Based on your other post...

To sum the values in column J where there are 2 or more X's on the same row.

Try this array formula**:

=SUMPRODUCT(--(MMULT(--(A1:H30="X"),TRANSPOSE(COLUMN(A1:H30)^0))>=2),J1:J30)
 

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