Hi All,
I have this expression to switch data validation sources depending on the selected category.
SWITCH(
[Material Category],
โSteelโ,
(LIST() + Steel[Steel]),
โWoodโ,
(LIST() + Wood[Wood]),
โGlueโ,
(LIST() + Adhesive[Adhesive]),
โElectricalโ,
(LIST() + Electrical[Electrical]),
โBolt and Nutsโ,
(LIST() + Bolt and Nuts[Bolts and Nuts]),
โPlumbingโ,
(LIST() + Plumbing[Plumbing]),
โFastenersโ,
(LIST() + Fastener[Fasteners]),
โMasonโ,
(LIST() + Mason[Mason]),
โPaintโ,
(LIST() + Paint[Paint]),
0
)
it works well but I cannot add a new value should I cannot find what I need.
there is no โaddโ function.
thanks
Solved! Go to Solution.
Use Suggested values rather than Valid If.
Use Suggested values rather than Valid If.
Hi Steve,
thanks
User | Count |
---|---|
18 | |
11 | |
11 | |
8 | |
4 |