View Single Post
  #2   Report Post  
Paul B
 
Posts: n/a
Default

wmurphyjr, try this,
=IF(AND(A1="up",A20),"OK",IF(AND(A1="up",A2<0),"B ad","Wrong"))

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"wmurphyjr" wrote in message
...
Want to compare if cell 1 = "UP" AND cell 20 are true, then say OK, if

cell
1="up" and cell 2 <0,then say "Bad", other wise say "Wrong"