Hi Alteryx Community!
I am currently using the following RegEx expression to extract only words. I.e. to take out groupings of words until the phrase hits a digit. (\D+)
Input: Example (Example) Text ($M) (7) 235,547 225,788 218,227 4 8
However, the RegEx doesn't work when there is an unwanted brackets number i.e. the (7)
Current Output: Assets Under Management (AUM) - average ($M) (
Desired Output: Assets Under Management (AUM) - average ($M)
I then use a Right & Length formula to extract the numbers from the cell.
Let me know if any of the above doesn't make sense and I can help clarify...thanks everyone!! (first time posting on alteryx community so super excited
)