Right now there you can apply one validation to a cell. The validation can be either a Stop, Warning or Information. I would like to be able to apply multiple levels of validation to a cell. Have an info message if a number is a bit too high. Have a warning message if it is a lot too high. Have a stop if it is beyond possible.
Additionally lets say I want to allow integers between 0 and 100 with a warning when you get outside of those bounds. If the User enters Text then apply a stop.