Hello
I am trying to parse this text out of a string- Column Name is Billing Cost Allocation Fields
See example below
Here I want to retrieve just "T-07460" from below
T-Code - Child OpUnit:T-07460-001 :ADC FACfn Reinsurance Exchange-Init
I tried to do =VALUE(RIGHT([Billing Cost Allocation Fields]@row LEN([Billing Cost Allocation Fields]@row) - FIND("T-Code - Child OpUnit:" [Billing Cost Allocation Fields]@row)))
Not sure how I can do this. Please do help me