formulas

  • Thread starter Thread starter Windy
  • Start date Start date
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.
 
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
 
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

Help for the formula 9
IF ERROR FORMULA 1
Create Group and Label Cell 8
SumIf 3
Excel 2002 : How to sum range ? 10
Conditional Sum date range 2
Sumproduct question 4
Help with another formula, please 3

Back
Top