I’m creating a bunch of AutoCat rules, and I thought that in addition to my search criteria, it’d be smart to put an extra criteria of “Min Amount” 0 for anything that should have a positive value, and “Max Amount” 0 for anything that should have a negative value. That’d limit the potential for errors without losing anything.
However, after adding “Min/Max Amount = 0”, my AutoCat rule doesn’t match anymore.
So, for example, a row might have:
“Description Contains” + “Min Amount” + “Category”
I just spent an hour trying to make this work and this was the answer I needed. Thanks!
My use case is an ETF that pays dividends, which I have automatically reinvested. The transaction that’s greater than zero needs to be categorized as a Dividend, and the transaction that’s less than zero is a Transfer. Now it works.