Title: Support &gt;= and
Last modified: August 24, 2016

---

# Support >= and

 *  Resolved [archon810](https://wordpress.org/support/users/archon810/)
 * (@archon810)
 * [11 years ago](https://wordpress.org/support/topic/support-and/)
 * It seems a bit silly that >, < work but <= and >=, valid mathematical operators,
   result in an error.
 * Easy fix?
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years ago](https://wordpress.org/support/topic/support-and/#post-6101863)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * Yes, this sounds like an easy fix, but unfortunately, it isn’t 🙁 The external
   PHP library that TablePress uses to parse formulas basically goes through the
   formulas one character at a time, on the look for operators, function names, 
   numbers, etc. That detection can however not take into account operators that
   are more than one character, from what I know.
 * I’d definitely like to add support for this in the future, but for now I can 
   only suggest to rewrite such expressions from
 *     ```
       a <= b
       ```
   
 * to the equivalent
 *     ```
       NOT( a > b )
       ```
   
 * or to do all the formula stuff in e.g. Excel and just import a CSV file with 
   the calculated results into TablePress.
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Support >= and’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/support-and/#post-6101863)
 * Status: resolved