How to match value in List with code
Answers
-
In your code, what is the significance of the "-2" at the end? Is this required, and if so, is it standard for all cases that we would match on the left 6 characters, or that we could remove the right 3 characters? Just trying to get an idea for if this is something that you are trying to match on as well, or if this something that would get left our in the matching exercise.
Jason
0 -
We can ignore '-2' , let's change the value from 20200602-2 to 202006
in this case, how can i get the 'Test2' with some formula
in other word, if i want to match the value(one or more) in List, which formula or method should i use ?
0 -
The formula for this is FINDITEM(list name,code)
0