formulas

W

Windy

I have 10 colums of dollar amounts and in column 11 I need a formula that
will tell me "if 7 of these columns are greater than 0, than yes, otherwise
no". I would appreciate any help. Thank you.
 
S

Sandy Mann

I think that you meant:

=IF(COUNTIF(A1:J1,">0")>6,"Yes","No")

didn't you Mike? That is assuming hat the OP Mean
"if 7 or more of these columns are greater than 0"

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
Replace @mailinator.com with @tiscali.co.uk
 
M

Mike H

I did mean that, well spotted :)

Sandy Mann said:
I think that you meant:

=IF(COUNTIF(A1:J1,">0")>6,"Yes","No")

didn't you Mike? That is assuming hat the OP Mean
"if 7 or more of these columns are greater than 0"

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
Replace @mailinator.com with @tiscali.co.uk
 

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

Sort blocks of data 1
HELP!!!!!!!!! 5
>< formulas 2
Rounding Effecting Sum 2
summing arrays 4
summing two columns of different data 4
creating a formul 43
Conditional Formatting using Traffic Lights 6

Top