Roundup in Custom Columns
I am currently using a rounding feature to get my width and height to 1/16 precision, however i want to build on that rounded width with a block width.
This would need to "roundup or ceiling" function from my rounded variable to the next even inch.
Example (24.625 = 26.000) or (23.625 = 24.000)
roundup is not a valid token, and i am not sure if there is some way to tweak the existing tokens in a way to allow this.
Any help is appreciated…
Sort by:
1 - 9 of
91
This is possible with a formula column. In this example, it is using the ceiling function on the Measurement property so that you have a new column that is the Measurement value rounded up.