HI,
I want to create a formula that will split a field with different values separated by a semicolon, such as "Jimmy;Bobby;Joe;Patty" and have it read out as:
Jimmy
Bobby
Joe
Patty
The field can have one or many values separated by a semicolon. So, there may be one name, or ten. I tried to use the Split() function in the formula in may different ways, but all it returned was the first value. Is there a way to do what I want?
Any help is greatly appreciated!
I want to create a formula that will split a field with different values separated by a semicolon, such as "Jimmy;Bobby;Joe;Patty" and have it read out as:
Jimmy
Bobby
Joe
Patty
The field can have one or many values separated by a semicolon. So, there may be one name, or ten. I tried to use the Split() function in the formula in may different ways, but all it returned was the first value. Is there a way to do what I want?
Any help is greatly appreciated!