View Single Post
  #3   Report Post  
Leo Heuser
 
Posts: n/a
Default

Murphy

When the case is important like here, you can use EXACT() as in:

=IF(AND(EXACT(A1,"UP"),B10),"OK",IF(AND(EXACT(A1, "up"),B1<0),"Bad","Wrong"))

--
Best Regards
Leo Heuser

Followup to newsgroup only please.

"wmurphyjr" skrev i en meddelelse
...
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"