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 107
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