Hello
Can anyone help with the following
I have a query where the results of one of the columns (Called Column A) can be
ACR - 12345678
Or
ACR - 23456
Or
12345678
Or
23456
I would like to add another column (Column B) that trims column A so that the results will be
12345678
23456
12345678
23456
As you can see the "ACR - " is removed
I have tried manipulating the text in an if function but cannot seem to get it right
Any suggestion would be appreciated
Thanks
Can anyone help with the following
I have a query where the results of one of the columns (Called Column A) can be
ACR - 12345678
Or
ACR - 23456
Or
12345678
Or
23456
I would like to add another column (Column B) that trims column A so that the results will be
12345678
23456
12345678
23456
As you can see the "ACR - " is removed
I have tried manipulating the text in an if function but cannot seem to get it right
Any suggestion would be appreciated
Thanks