View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stel Stel is offline
external usenet poster
 
Posts: 5
Default Condition Statement

Wonder if you can help me on this:

I'm writing more than 4 conditional statement in one loop:

If =Bear Then
If =Blue Then return
If =Red Then return
If <Bear Then
If =Yellow Then return
.....

The problem is that =Red condition keeps returning true even under <Bear
i.e. 'Red' keeps showing up no matter what
Why is that?