Hello! how Can I separate into a new column the Fund Ticker from the Fund Name (example below, last 5 uppercase letters) there is no delimiter to use the text to columns. I thought of using the RegEx tool but I am not sure of the formula or if this is correct.
Janus Henderson Glb Tech and Innovt I JATIX
Vanguard Real Estate Index Admiral VGSLX
Vanguard Health Care Adm VGHAX
Solved! Go to Solution.
@sericson One way of doing this
Hi @sericson
Here's a regex formula to extract based on capital letters:
REGEX_Replace([Fund], '.*\b(\u)', '$1')
thank you! this worked perfectly
User | Count |
---|---|
19 | |
15 | |
15 | |
9 | |
8 |