Rather than using a multi-search condition such as invoices >= $80 and invoices <= $90 it would be quicker and simpler to use a condition such as invoices between 80 and 90 or invoices >80 and <90 to achieve the same result.