Hi slagg - the first part is simple
in the total cell put ---- =if(count(range of the 5 cells)>3,"True"," ")
or =if(count(range of the 5
cells)>3,"True","False") if you want text there
Not sure exactly what you mean by showing which cells were true and which
false -they are in the cells so - do you want then in another location? Could
you explain a bith more -- Ta --- Dika
> Hello all,
>
[quoted text clipped - 11 lines]
>
> Thanks a million for you time!
Put the 5 heading in A1:E1 in F1 put 'Total', in G1 put 'True' and H1 put
'False'
in F2 put =IF(SUM(A2:E2)>2,1,0)
in G2 put =CONCATENATE(IF(A2,$A$1&", ",),IF(B2,$B$1&", ",),IF(C2,$C$1&",
",),IF(D2,$D$1&", ",),IF(E2,$E$1&", ",))
in H2 put =CONCATENATE(IF(A2,,$A$1&", "),IF(B2,,$B$1&", "),IF(C2,,$C$1&",
"),IF(D2,,$D$1&", "),IF(E2,,$E$1&", "))
Let me know if this gives intended results
Gerry
> Hello all,
>
[quoted text clipped - 11 lines]
>
> Thanks a million for you time!
slagg7575@hotmail.com - 29 Aug 2006 17:27 GMT
WOW...thanks guys! I will ty it as soon as I get home. In theroy it is
actually quite easy.
Count or sum cells A1:E1(they will contain a 1 or 0-True/False) if ANY
3 of the 5 are true, then the final box will read "1" or "True", if
less than 3 are true, then "False". But, it would be even better to
show which of the 5 fields are true and which were false. Does that
make sense? It is just for sums later on, to know which of the 3/5
trues was most common.
Thanks a million guys!
> Put the 5 heading in A1:E1 in F1 put 'Total', in G1 put 'True' and H1 put
> 'False'
[quoted text clipped - 24 lines]
> >
> > Thanks a million for you time!
slagg7575@hotmail.com - 29 Aug 2006 18:44 GMT
Thanks guys! Works like a charm!
Thanks so much
> WOW...thanks guys! I will ty it as soon as I get home. In theroy it is
> actually quite easy.
[quoted text clipped - 34 lines]
> > >
> > > Thanks a million for you time!
slagg7575@hotmail.com - 03 Sep 2006 21:34 GMT
OK guys, I have another problem I will post here and on another post if
nobody reads this.
I have the same 5 (A2:E2)fields, each with a 1 or 0. What I need this
time is that If A2 is 1, then I need A2 plus any 2 (1or true) of the
remaining four (B2:E2), to them have the new field box called total to
read 1 or true. If A2 is 0(false), then regardless of the other four,
the Total field must read 0 or false. Does this make sense? Thanks
again!
> Thanks guys! Works like a charm!
>
[quoted text clipped - 38 lines]
> > > >
> > > > Thanks a million for you time!