I have a sharepoint list as my data source. In that list I have a column that has alphanumeric values that I need to remove the prefix and return the largest value number. (example AO9889) the letter prefix is always two characters but have several different combinations. (A-,AO,S-,SO,Q-,QO)
So in a list like this
I would want a formula to return 9890
I have tried to create a calculated column in my sharepoint list but then ran into delegation issues.
Any help would be appreciated I am stuck on this.