According to the AutoCat doc, Amount Min, Amount Max expect absolute values.
Polarity filter criteria
If you’d like to have one of your AutoCat rules search based on the polarity of the Amount column (positive or negative amounts) you can add an Amount Polarity column to your AutoCat sheet. Otherwise the Amount Min and Amount Max columns that are default columns in the AutoCat sheet are expecting absolute values.
If you want AutoCat to look for negative amounts (expenses or outflows) put the word “Negative” (without quotes) in the Amount Polarity column for that rule. If you want it to look for positive amounts (inflows, income, or refunds) put the word “Positive” (without quotes) in the Amount Polarity column for that rule.
Thanks @Mark.S for being so on this— and everything!
I totally get the confusion, @imthenachoman… I checked the code and one unintuitive thing about our Autocat implementation is that amount-values are captured by the software as absolute values. So, essentially, the signs you’re inputting in min and max are stripped off and then, as you note, the magnitudes are backward.
I’d recommend just leveraging the Polarity filter, as @Mark.S suggests, then, if needed entering the max and min as 200 and 100, respectively.