ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   If Formula (https://www.excelbanter.com/excel-programming/385528-if-formula.html)

Peco Worker

If Formula
 
I am trying to figure out the if formula. I need a formula that will look at
cells d10 through ae10, and if any are 20%< than cell AF10 return a true and
if no cell is then false.

Dave Peterson

If Formula
 
=countif(d10:ae10,"<"&0.2*af10)

Peco Worker wrote:

I am trying to figure out the if formula. I need a formula that will look at
cells d10 through ae10, and if any are 20%< than cell AF10 return a true and
if no cell is then false.


--

Dave Peterson

pinkfloydfan

If Formula
 
On 18 Mar, 20:19, Peco Worker
wrote:
I am trying to figure out the if formula. I need a formula that will look at
cells d10 through ae10, and if any are 20%< than cell AF10 return a true and
if no cell is then false.


You can use the following:

=IF((D10:AE10)<AF10*20%,1,0)

BUT, you must enter it as an array, i.e. with ctrl+shift+enter


Dave Peterson

If Formula
 
=countif(d10:ae10,"<"&0.2*af10)
displays the count.

=(countif(d10:ae10,"<"&0.2*af10))0
with return true or false

Dave Peterson wrote:

=countif(d10:ae10,"<"&0.2*af10)

Peco Worker wrote:

I am trying to figure out the if formula. I need a formula that will look at
cells d10 through ae10, and if any are 20%< than cell AF10 return a true and
if no cell is then false.


--

Dave Peterson


--

Dave Peterson


All times are GMT +1. The time now is 01:43 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com