Please suggest a way to use mutiple variables in the data selection - example:
$100,000<=SalePrice<=$499,999 AND SaleDate>1/1/2005 AND Style="Ranch"
Also, I need help with discontinuous series - example: $100,000<=SalePrice<=$499,999 AND $2,000,000<=SalePrice<=$5,000,000
Currently, I need to import the results from a pivot table that I keep externally. Works but ugly!
Thanks.