Hi,
I am trying to select the first letter of the following sentence:
Queen Mary University of London
I want the formula to return QMUoL. Does anyone know of a way of doing this?
Thanks!
Solved! Go to Solution.
Hey @fahmed18
Attached is how I would tackle this problem. First I would add a RecordID then split each record so that each word is on its own row. Then, use the Formula tool to get the first letter from each of those rows. Finally, use the Summarize tool to concatenate that newly created field.