In a record, a specific string is entered by the user in a text field.
Based on this string and if it matches an existing specific equivalent value, I'd like to display this specific value in a calculated value list field. e.g. after calculation, this field has to display the value which exactly matches the entered string.
For exemple, if the user exactly enters "1", the value list field must display its "1" value if it exists. For exemple, if the user exactly enters "abc", the value list field must display its "abc" value if it exists. If the entered string does not match any known value stored in the value list field, no value is displayed.
This issue is solvable by stacking as many "IF" condition as there are values to match... but this approach is not "clean" and RSA Archer has a technical limitation of 50 "IF" in a calculated field formula. Therefore, is there any fonction which could help me to do this more efficiently?
Any guidance appreciated. Thanks!