June 1, 20169 yr I am trying to Round Up to 5 different sizes In one summary field how do I do this 85_96" = 96" 97"_108" = 108" 109"_120= 120" 121_132" = 132" 133_144" = 144"
June 1, 20169 yr It seems you want to do simply: Ceiling ( YourField / 12 ) * 12 You didn't say what should happen when the value is 84 or 145, so that's a guess. Edited June 1, 20169 yr by comment
Create an account or sign in to comment