I am trying to use list validation to enforce that the value in the Category choice column is compatible with a value in the Activity choice column (1:1)
If [Activity] = "Walking"; [Category] = "Exercise"
i.e. any choice in Activity that is not Walking is not equal to Exercise.
I'd have thought this easy, but not for me.