Need a formula to remove "Account name" from the Use case name. Right now the format in the use case column is Account Name: Use case Name
I want the "use case column" to only have the use case.
I tried the below formula but getting a circular reference error. Please advice. Thank you.
=LEFT([Use case: Name]@row + ":", FIND(":", [Use case: Name]@row + ":") - 1)