I have the following data where I am trying to parse the (ISPHUBS-6AAA) from the string below.
Assets 1 = ORRR39-ORMOOO-BEACH (ISPHUBS-6AAA)
I use the RIGHT formula ...
=RIGHT([Assets 1]@row, FIND("(", [Assets 1]@row))
But I get the following string returned
Result = -BEACH (ISPHUBS-6AAA)
How do I get just the (ISPHUBS-6AAA) returned?
Thank you!