Hi @Harry N Nomikos ,
It may be that the TEXTAFTER( )
function you are using is not supported in SharePoint. You can try the following formula, I tested it and it works as you expected:
=IF([Inherited Sub Division]<>"",[Inherited Sub Division],IF([Originating Division]<>"",[Originating Division],RIGHT([Originating Business Hierarchy],LEN([Originating Business Hierarchy])-INT(FIND(":",[Originating Business Hierarchy])))))
This is the result:
Hope this is help.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.