abomb Posted July 17, 2006 Posted July 17, 2006 Hello all, This should be so easy but for some reason I can't get it to work. Here is my calc Case ( Thickness ≥ .12 & Thickness ≤ 1.5 ; (Rect_Width + .5) * (Rect_Length + .5) * Thickness * .2836 ; Thickness ≥ 1.625 & Thickness ≤ 4 ; (Rect_Width + 1) * (Rect_Length + 1) * Thickness * .2836 ; Thickness ≥ 4.25 & Thickness ≤ 100 ; (Rect_Width + 1.5) * (Rect_Length + 1.5) * Thickness * .2836 ) The first two parts work perfect but for thickness >= 4.25, it still returns the second calc. results. I've used the "case" fuction before and have never had this sort of problem. Really, I'm just looking for some troubleshooting ideas because I can't figure out why it won't work.
Recommended Posts
This topic is 6766 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