Searching a formula to use based on inputs and then being able to use it

moodnz

New Member
Joined
Feb 9, 2021
Messages
1
Office Version
  1. 365
Platform
  1. Windows
I need to create a list of products that can be customized on their dimensions. Using their dimensions, I want to create a output table to work out their material and cutting list. So I need a table of products with certain formula in them to determine what to use to work out the outputs.

CUTTING LISTCABINET HEIGHTCABINET WIDTHCABINET DETPHOUTPUTPART HEIGHTPART WIDTH
1 DOOR8007505851 DOORthis should equal 800 (B2)this should be =750 (C2)-3
2 DOOR8009005852 DOORthis should equal 800 (B3)this should be = 800 (C3) /2-3
3 DRAWER8006005853 DRAWERthis should equal 800 (B4)/3-3= 263.333this should be =750 (C4)-3
0
0
PART
CABINETHEIGHTWIDTH
1 DOORTHIS FORMULA SHOULD BE THE HEIGHT OF THE CABINETTHIS FORMULA SHOULD BE THE WIDTH OF THE CABINET MINUS 3
2 DOORTHIS FORMULA SHOULD BE THE HEIGHT OF THE CABINETTHIS FORMULA SHOULD BE THE WIDTH OF THE CABINET DIVIDE BY 2 THEN MINUS 3
3 DRAWERTHIS FORMULA SHOULD BE THE HEIGHT DIVIDED BY 3 THEN MINUS 3THIS FORMULA SHOULD BE THE WIDTH OF THE CABINET MINUS 3
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Hi Dear,

I am not sure if I got your request correctly, please check the below

Book1
ABCDEFGH
1Default DimensionsRules
2CUTTING LISTCABINET HEIGHTCABINET WIDTHCABINET DETPHOUTPUTPART HEIGHTPART WIDTH
31 DOOR8007505851 DOOR800.00720
42 DOOR8009005852 DOOR800.00447
53 DRAWER8006005853 DRAWER266.67597
6
7
8OUTPUT
9CABINETHEIGHTWIDTHCount
101 DOOR800.00720.001 DOOR1
112 DOOR800.00447.002 DOOR1
123 DRAWER266.67597.003 DRAWER1
13  
14  
15  
16  
17  
18  
19  
20  
21  
22  
23  
24  
25  
Sheet1
Cell Formulas
RangeFormula
H3H3=C3-30
H4H4=(C4/2)-3
G5G5=800/3
H5H5=C5-3
B10:B25B10=IFNA(VLOOKUP($A10,$F$2:$H$5,2,0),"")
C10:C25C10=IFNA(VLOOKUP($A10,$F$2:$H$5,3,0),"")
G10:G12G10=COUNTIF($A$10:$A$25,F10)
Cells with Data Validation
CellAllowCriteria
A10:A25List=$A$3:$A$5


Regards
 
Upvote 0

Forum statistics

Threads
1,213,567
Messages
6,114,344
Members
448,570
Latest member
rik81h

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top