Auto Categorize Deposits by Specific Amounts

I think you’d have to create an “Amount Regex” column and use a regex string to determine between the two. I’m not a regex expert, but I’d thing something like ^(\d+.01)$ and ^(\d+.00)$ could work. You might also add “Amount Min” and “Amount Max” columns to narrow the rules down to only apply to transactions within a certain range of values.

1 Like