Add new value in edit mode

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.


is there another way around it?

thanks

Solved Solved
0 2 109
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

Use Suggested values rather than Valid If.

View solution in original post

2 REPLIES 2

Steve
Platinum 4
Platinum 4

Use Suggested values rather than Valid If.

Hi Steve,
thanks

Top Labels in this Space