Give me advice please how I can choose just the least sumbol in the cell. Or for example 5 least symbols.
Using look up I have many developments, but I want to have just the least one.
Solved
Formula with last symbols
Best answer by Justin_Barrett
I cannot make a screenshot)
I have a column with 1 and zeros. I got them with lookup.
And from this cells I want to get the last number using RIGHT({Наличие в Холодильнике}, 1) formula. At the result it shows #ERROR :frowning:
Lookup fields create arrays, not strings, and RIGHT requires a string. To convert an array to a string, concatenate it with an empty string. Doing that combined with RIGHT gives you this, which should work:
RIGHT({Наличие в Холодильнике} & "", 1)Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
