In C6:
=IF(COUNTIF(C1:C5,"<0")>2,D6-B6,1)
if C6 is formatted as %, then it will display 100% when there less than 3
negative values in B1:B5.
> a b c
> d
[quoted text clipped - 9 lines]
> cells in B have a -% then c6 =d6-b6 if not more than two cells then c6
> should read 100%
highlander_jlp - 20 Sep 2006 02:46 GMT
JLatham thank you this works for me thank you again
> In C6:
> =IF(COUNTIF(C1:C5,"<0")>2,D6-B6,1)
[quoted text clipped - 14 lines]
> > cells in B have a -% then c6 =d6-b6 if not more than two cells then c6
> > should read 100%
JLatham - 20 Sep 2006 04:25 GMT
Glad to hear it, and thanks for the thanks! Much appreciated.
> JLatham thank you this works for me thank you again
>
[quoted text clipped - 16 lines]
> > > cells in B have a -% then c6 =d6-b6 if not more than two cells then c6
> > > should read 100%