![]() |
IF AND Function
Hello,
Any suggestions on how to set up a formula for the below problem: In once cell I'd like to return if true "Underwrite Now", and if false return "Don't Worry" Cell A1, if between 7 and 100, then return true OR if cell A2 is between 2 and 100, return true Thank you |
IF AND Function
=IF(OR(AND(A1=7,A1<=100),AND(A2=2,A2<=100)),"Und erwrite Now","Don't
Worry") -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "nabanco" wrote in message ... Hello, Any suggestions on how to set up a formula for the below problem: In once cell I'd like to return if true "Underwrite Now", and if false return "Don't Worry" Cell A1, if between 7 and 100, then return true OR if cell A2 is between 2 and 100, return true Thank you |
IF AND Function
You are the man, been working on that for some time now!
Thanks for helping my headache "Bob Phillips" wrote: =IF(OR(AND(A1=7,A1<=100),AND(A2=2,A2<=100)),"Und erwrite Now","Don't Worry") -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "nabanco" wrote in message ... Hello, Any suggestions on how to set up a formula for the below problem: In once cell I'd like to return if true "Underwrite Now", and if false return "Don't Worry" Cell A1, if between 7 and 100, then return true OR if cell A2 is between 2 and 100, return true Thank you |
All times are GMT +1. The time now is 05:12 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com