materialperson
New Member
- Joined
- Oct 10, 2017
- Messages
- 3
I am calculating a minimum thickness to use for a steel part and need to have the output in standard thicknesses.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Minimum Thickness (In.) Calculated[/TD]
[TD]Actual Thickness of part to be used[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]0.3794[/TD]
[TD]0.5[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1.6784[/TD]
[TD]1.75[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3.2493[/TD]
[TD]3.375[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4.7854[/TD]
[TD]4.875[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The standard sizes of material used are 0.25, 0.375, 0.5, 0.625, 0.75, 0.875, 1.00, 1.25, 1.375, ....6 inches.
What would be the best formula to use? IF/AND, VLOOKUP, RANGE_LOOKUP, or is there a better one to use?
The calculated thickness cells contain Roundup and IF functions, the length of the numbers is dictated by ASME code/ specific figures involved in the calculation.
Is there a way to have <= and >= in a lookup function?
Thanks
[TABLE="width: 500"]
<tbody>[TR]
[TD]Minimum Thickness (In.) Calculated[/TD]
[TD]Actual Thickness of part to be used[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]0.3794[/TD]
[TD]0.5[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1.6784[/TD]
[TD]1.75[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3.2493[/TD]
[TD]3.375[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4.7854[/TD]
[TD]4.875[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The standard sizes of material used are 0.25, 0.375, 0.5, 0.625, 0.75, 0.875, 1.00, 1.25, 1.375, ....6 inches.
What would be the best formula to use? IF/AND, VLOOKUP, RANGE_LOOKUP, or is there a better one to use?
The calculated thickness cells contain Roundup and IF functions, the length of the numbers is dictated by ASME code/ specific figures involved in the calculation.
Is there a way to have <= and >= in a lookup function?
Thanks