Formula Problem

P

Paul Black

Good afternoon everybody,

I have this formula ...

=IF(G20=0,"",IF(OR(W$5=0,G20=0,S20=0)," ",IF(SUMPRODUCT(COUNTIF
($S20:$X20,W$5:AB$5))=5,IF(SUMPRODUCT(COUNTIF($S20:$X20,AC$5))
=1,"5+","5"),SUMPRODUCT(COUNTIF($S20:$X20,W$5:AB$5)))))

.... which works very well.
I would like to change it so that if the AC$5 part applies to matched
zero, one, two, three, four, five (done) and six applies it puts a +
next to it like it does at present for the five.

Thanks in Advance,
Paul
 
Joined
Sep 20, 2009
Messages
47
Reaction score
2
I am not sure this is what you want

instead of that 1 replace it as
row(A1)
now copy the formula down


to understand the logic do an experiment
in an empty cell type
=row(A1)
it will give 1
copy this down in the same column
the results will 2,3,4,5 etc.

mine is windows xp excel 2002
 

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

Similar Threads

Formula is to long 8
Getting Rid of Zeros 2
Sumproduct Help Please 8
Conditional Formatting 4
Use only cells with data in 7
expanding SUMPRODUCT 1
Code only works in Debug mode. Why? 6
Tweaking a current formula 3

Top