Hey all,
I have a Lookup field that is returning a list of numbers, but for some reason the list is not in numerical order. Is there any way to to return “7, 27, 28, 90, 123, 123” instead of “27, 7, 28, 90, 123, 123”? Alternatively, is there a way to take the numbers from this column and re-order them in another column?
Bonus points: If there was some way to remove duplicate numbers and append a “p” before each number, we’d be in business.