I need to create a virtual field within a custom list that rounds up to the next highest integer in case of a fractional amount... anyone had luck with such a requirement?
If my base value is 1, I need to report 1. If it's 1.1, I need to show 2, and if it's 1.9 I need to show 2.
By default, the calculation process rounds to the nearest integer, so 1.1 shows as 1.