indy4300 Posted June 1, 2016 Posted June 1, 2016 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"
comment Posted June 1, 2016 Posted June 1, 2016 (edited) 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, 2016 by comment
indy4300 Posted June 1, 2016 Author Posted June 1, 2016 Hi Lee Thank you so much it works perfect and so simple Greg
Recommended Posts
This topic is 3165 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now