Thread: IF AND Function
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default 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