View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default IF AND with value between a range

=IF(AND(B1J679,A1=1.65,A1<=1.99),"not okay","")

"Jane" wrote:

If need help on a formula that will return "not okay"for the following
condition:

If col B cell J679 AND col A is BETWEEN 1.65 and 1.99 then "not okay",
otherwise ""

col A col B cellJ679 = 12
row 1 1.42 7
row 2 1.68 15
row 3 1.80 12
row 4 2.0 24

thank you in advance! jane