I am working on a project for measurements for the warehouse. I am just trying to get the basic logic down for figuring the longest end of the carton and then from there I can take it.
Here is what I mean. I have to determine if the length, width or height is the longest of all 3 dimensions and then from there do my calculations. There is also a chance that the length may be the same as the width but still be the longest measurement or that all three measurements are the same so the formula has to have not only a > but also = in it. I have created something already but unfortunately as example what happens is that when I run it and the width is greater than the height it catches it in the logic but it is possible that the length could be longer than the height but that is further in the logic and does not catch it so the formula has to be able to allow all possibilities.
Is this a big thing or is there some type of standard logic to this?
Thanks
Here is what I mean. I have to determine if the length, width or height is the longest of all 3 dimensions and then from there do my calculations. There is also a chance that the length may be the same as the width but still be the longest measurement or that all three measurements are the same so the formula has to have not only a > but also = in it. I have created something already but unfortunately as example what happens is that when I run it and the width is greater than the height it catches it in the logic but it is possible that the length could be longer than the height but that is further in the logic and does not catch it so the formula has to be able to allow all possibilities.
Is this a big thing or is there some type of standard logic to this?
Thanks