Hi! So I have fieldA that contains a string of numbers & separators, rolled up from another table (e.g. "10|15|22").
I then have fieldB that contains an integer.
I need to be able to split the string, compare each number to that in fieldB and add the number that's closest (but less than) the number in fieldB into a new fieldC.
Is this possible? Or is there a workaround? I'll take anything, no matter how clunky after going around in circles with this all day!