Multi-column trigger for automations

To implement some kind of validation, we often need recipes like “when Assigned to is user, and only if column1 is something, and only if column2 is something, and only if column 3 is something then set status1 to something”…

The problem with this is that only the “assigned to” column will trigger the automation, but not if I do it in a different order. It should be good to have a multi-trigger automation where the recipe could be something like.

"If column1 changes or column2 changes or column3 changes AND only if “column1 is something and only if column2 is something and only if column3 is something then do something”. In this case the automation would be triggered by all three columns, and I would not need to create and maintain three different automations.