ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Satisfying Multiple Criteria in an "IF" Function (https://www.excelbanter.com/excel-worksheet-functions/223396-satisfying-multiple-criteria-if-function.html)

Jerry B Smith

Satisfying Multiple Criteria in an "IF" Function
 
I need a formula that looks to see that a value is greater than one cell and
less than or equal to another. If the results are valid, I want it to say
"yes". If not valid, then result as blank. I have an IF formula that satifies
one value but not for two. It looks like this:

if(A1=B1,C1,"")

How do I make it work to satisfy multiple criteria? Thanks
--
JerryS

Mike H

Satisfying Multiple Criteria in an "IF" Function
 
maybe this

=IF(AND(A1A2,A1<=A3),C1,"")

Mike

"Jerry B Smith" wrote:

I need a formula that looks to see that a value is greater than one cell and
less than or equal to another. If the results are valid, I want it to say
"yes". If not valid, then result as blank. I have an IF formula that satifies
one value but not for two. It looks like this:

if(A1=B1,C1,"")

How do I make it work to satisfy multiple criteria? Thanks
--
JerryS



All times are GMT +1. The time now is 04:13 AM.

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