James Gill Posted September 30, 2010 Posted September 30, 2010 (edited) I don't have very much experience in parsing text. I have a field that contains a set of set of values that are separated by the "|" character. I would like to be able to pull the data held within the pipes for a specific position but I don't know how to do that. Say I have the following value in a text field; Train|Bus|Car|Plane how would I go about making a calc that pulls Car from that data set? Edited September 30, 2010 by Guest ID Field Type
comment Posted September 30, 2010 Posted September 30, 2010 Try = GetValue ( Substitute ( text ; "|" ; ¶ ) ; 3 )
Recommended Posts
This topic is 5227 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now