I am using the in_valid method of creating a ...

I am using the in_valid method of creating a dropdown in a field for a list of serial numbers. However, I would still like to accept inputs that matches (say the first 5 numbers of a serial number are valid, but the entire number does not match a list defined). ** something like this accepts inputs but the field is no longer a dropdown ** =OR(FIND(โ€œ9781โ€, [Lookup1])>0, IN([Lookup1],ItemSerialNumber[LookupNumber]))

  1. Is there a way to use the OR conditional for matching a list as well as another match method and still present a dropdown? 2. Is there a way of creating a wildcard value to match? - if I add โ€œ9781****โ€ as a value to the ItemSerialNumber list ? 3. Do any of the match methods accept REGEX?
0 2 852
2 REPLIES 2
Top Labels in this Space