I have a single column which I list all the door sizes offered. Doors are listed by width and then height.
Example of Door Sizes Offered Column (info for clarity)
3068 (3'-0" x 6'-8")
3070 (3'-0" x 7'-0")
4040 (4'-0" x 4'-0")
4068 (4'-0" x 6'-8")
4070 (4'-0" x 7'-0")
5068 (5'-0" x 6'-8")
5070 (5'-0" x 7'-0")
*Actual List is about 300 sizes
User Inputs - Each their own cell
Width in Feet
Width in Inches
Height in Feet
Height in Inches
If Door Size input by user does not exist I want to select the next size door with equal or greater width and height. I was going to use next larger number but this does not always out door with larger height since second variable. Example client wants a 3868 the next largest number is a 4040 so found a good width but the height is a problem.
I was hoping to find a formula solution and stay away from a custom vba function. Any help would be great.
I can break out the width and height into their own column and place side by side if this helps.
Example of Door Sizes Offered Column (info for clarity)
3068 (3'-0" x 6'-8")
3070 (3'-0" x 7'-0")
4040 (4'-0" x 4'-0")
4068 (4'-0" x 6'-8")
4070 (4'-0" x 7'-0")
5068 (5'-0" x 6'-8")
5070 (5'-0" x 7'-0")
*Actual List is about 300 sizes
User Inputs - Each their own cell
Width in Feet
Width in Inches
Height in Feet
Height in Inches
If Door Size input by user does not exist I want to select the next size door with equal or greater width and height. I was going to use next larger number but this does not always out door with larger height since second variable. Example client wants a 3868 the next largest number is a 4040 so found a good width but the height is a problem.
I was hoping to find a formula solution and stay away from a custom vba function. Any help would be great.
I can break out the width and height into their own column and place side by side if this helps.