Example:
Guilty Blossoms White (Ladies 200ml EDP)(FP9001)(0015)(2E)
So the result would be:
Guilty Blossoms White (Ladies 200ml EDP)
CodePudding user response:
Try
=regexextract(A1,"[^\)] \)")
CodePudding user response:
I want to delete from EDP) onwards
try:
=REGEXEXTRACT(A1; ". EDP\)")