Having Problems with Interdependent Drop Down boxes

kumatsu

New Member
Joined
Mar 17, 2022
Messages
16
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
I am trying to build form with the same drop down boxes that has ten rows and five columns. I can get the first row to work, but when I copy down it doesn't copy properly.


Waste.V1.xlsx
ABCDEFGHIJKL
1ItemSizeWeightLength
2Picket5/8" x .045" 0.010048Preparation table
3Picket5/8" x .045" 0.010054ItemSizeLengthWeight
4Picket5/8" x .045" 0.010060Picket5/8" x .045" 480.01
5Picket5/8" x .045" 0.010070Post3/4" x .055" 540.0151
6Picket5/8" x .045" 0.010072Rail1" x .060" 600.0226
7Picket5/8" x .045" 0.01008470
8Picket5/8" x .045" 0.01009672
9Picket5/8" x .045" 0.010012084
10Picket5/8" x .045" 0.010014496
11Picket5/8" x .045" 0.0100156120
12Picket5/8" x .045" 0.0100288144
13Picket3/4" x .055" 0.015148156
14Picket3/4" x .055" 0.015154288
15Picket3/4" x .055" 0.015160
Multiple dropdown
Cell Formulas
RangeFormula
I4:I6I4=UNIQUE(A2:A166)
J4:J6J4=UNIQUE(FILTER(B2:B166, A2:A166=Sheet1!A2))
K4:K14K4=UNIQUE(FILTER(D2:D166, A2:A166=Sheet1!A2))
L4:L6L4=UNIQUE(FILTER(C2:C166, A2:A166=Sheet1!A2))
Dynamic array formulas.


Waste.V1.xlsx
ABCDEFG
1ItemSizeLengthWeightQTYTotal Weight
2Picket3/4" x .055" 960.01511.00001.4496
3
4
5
6
7
Sheet1
Cell Formulas
RangeFormula
D2D2=VLOOKUP(B2,'Multiple dropdown'!B2:D166,2,FALSE)
F2F2=(C2*D2)*E2
Cells with Data Validation
CellAllowCriteria
A2List='Multiple dropdown'!$I$4:$I$6
B2List='Multiple dropdown'!$J$4:$J$13
C2List='Multiple dropdown'!$K$4:$K$14
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Since the list in I4:I6 is an array formula, it really only exists in I4. Try this criterion for A2 instead:

Excel Formula:
='Multiple dropdown'!$I$4#
 
Upvote 0
That doesn't work. I am trying to create ten rows with all the same drop down in all ten rows.
 
Upvote 0

Forum statistics

Threads
1,214,942
Messages
6,122,366
Members
449,080
Latest member
Armadillos

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