I find the spreadsheet and code you provided (with the typo on &quot;agepe&quot; corrected) works exactly as expected. <br><br>I tried with both 5.2-Final and 5.1.1.<br><br><div class="gmail_quote">On 29 June 2011 12:38, GrooV <span dir="ltr">&lt;<a href="mailto:m.breemans@everest.nl">m.breemans@everest.nl</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">It actually even seems to fail when I add a 2nd column with age &lt; 65 and age<br>
&gt; 18 in the first<br>
<br>
Generated rules:<br>
package rule_table;<br>
#generated from Decision Table<br>
import com.test.Person;<br>
#From row number: 11<br>
rule &quot;_11&quot;<br>
<br>
        when<br>
                person : Person(age &gt; 18, age &lt; 65)<br>
        then<br>
                person.setScore(100);<br>
                System.out.println(person.getName());<br>
end<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Range-operator-in-Excel-Decision-Table-tp3120750p3121249.html" target="_blank">http://drools.46999.n3.nabble.com/Range-operator-in-Excel-Decision-Table-tp3120750p3121249.html</a><br>

</font><div><div></div><div class="h5">Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</div></div></blockquote></div><br>